]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@108 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 10:27:49 +0000 (10:27 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 10:27:49 +0000 (10:27 +0000)
SOGo/UI/Scheduler/UIxAppointmentEditor.m

index ccfe386ffcdd29c45192cbee58894c7bd07d335e..5eeba542c4660900afa60c9cbd6f4c975ccf5f2b 100644 (file)
                          calendarFormat:@"%Y-%m-%d %H:%M"];
     [apt setEndDate:ed];
     summary = [req formValueForKey:@"summary"];
-    [apt setSummary:title];
+    [apt setSummary:summary];
     location = [req formValueForKey:@"location"];
     [apt setLocation:location];