From 0b613804fbeb78ed72e628522176b0a2257dc722 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 30 Jun 2004 10:27:49 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@108 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Scheduler/UIxAppointmentEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.39.5