]> err.no Git - scalable-opengroupware.org/commitdiff
hush hush ...
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 13 Dec 2004 17:16:53 +0000 (17:16 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 13 Dec 2004 17:16:53 +0000 (17:16 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@474 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m

index bf25ca241531da5bb028e9787457e6f44a4baf1a..0ab3d8bde20ea97e89aa05b408a1661aa458d498 100644 (file)
@@ -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