don't stringToXML on service reference
authorFelix Domke <tmbinc@elitedvb.net>
Sat, 4 Mar 2006 15:43:32 +0000 (15:43 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sat, 4 Mar 2006 15:43:32 +0000 (15:43 +0000)
RecordTimer.py

index a2f21df..f41a485 100644 (file)
@@ -291,7 +291,7 @@ class RecordTimer(timer.Timer):
                        list.append('<timer')
                        list.append(' begin="' + str(int(timer.begin)) + '"')
                        list.append(' end="' + str(int(timer.end)) + '"')
-                       list.append(' serviceref="' + str(stringToXML(timer.service_ref)) + '"')
+                       list.append(' serviceref="' + str(timer.service_ref) + '"')
                        list.append(' repeated="' + str(int(timer.repeated)) + '"')
                        list.append(' name="' + str(stringToXML(timer.name)) + '"')
                        list.append(' description="' + str(stringToXML(timer.description)) + '"')