From: helge Date: Wed, 30 Jun 2004 10:27:49 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@108 d1b88da0-ebda-0310-925b-ed51d... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b613804fbeb78ed72e628522176b0a2257dc722;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@108 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Scheduler/UIxAppointmentEditor.m b/SOGo/UI/Scheduler/UIxAppointmentEditor.m index ccfe386f..5eeba542 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentEditor.m +++ b/SOGo/UI/Scheduler/UIxAppointmentEditor.m @@ -225,7 +225,7 @@ 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];