From ef718e8838505f9a86f7bfc5c448371d136925b9 Mon Sep 17 00:00:00 2001 From: znek Date: Mon, 13 Dec 2004 17:16:53 +0000 Subject: [PATCH] hush hush ... git-svn-id: http://svn.opengroupware.org/SOGo/trunk@474 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m index bf25ca24..0ab3d8bd 100644 --- a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -330,7 +330,7 @@ static NSTimeZone *MET = nil; email = [person email]; if ([email isNotNull]) { if ([email hasPrefix:@"mailto:"]) - email = [uid substringFromIndex:7]; + email = [email substringFromIndex:7]; uid = [um getUIDForEmail:email]; } else -- 2.39.2