[CalendarServer-changes] [6131] CalendarServer/trunk/txcaldav/calendarstore/postgres.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 19 10:50:44 PDT 2010


Revision: 6131
          http://trac.macosforge.org/projects/calendarserver/changeset/6131
Author:   glyph at apple.com
Date:     2010-08-19 10:50:42 -0700 (Thu, 19 Aug 2010)
Log Message:
-----------
Python is case sensitive.

Modified Paths:
--------------
    CalendarServer/trunk/txcaldav/calendarstore/postgres.py

Modified: CalendarServer/trunk/txcaldav/calendarstore/postgres.py
===================================================================
--- CalendarServer/trunk/txcaldav/calendarstore/postgres.py	2010-08-19 16:33:14 UTC (rev 6130)
+++ CalendarServer/trunk/txcaldav/calendarstore/postgres.py	2010-08-19 17:50:42 UTC (rev 6131)
@@ -2184,7 +2184,7 @@
         """
 
         componentText = str(component)
-        self._vcardText = componentText
+        self._vCardText = componentText
 
         # CALENDAR_OBJECT table update
         if inserting:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100819/a39d87a0/attachment.html>


More information about the calendarserver-changes mailing list