mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 03:25:27 +00:00
Monotone-Parent: f5da94d723f4e50739689feb2eddb888c5cec423
Monotone-Revision: 396cb9daa0f5866edb2141f879e47a4b45dbabce Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-04-24T19:18:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* SOGoUserHomePage.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2007, 2008 Inverse inc.
|
||||
* Copyright (C) 2007-2009 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
*
|
||||
@@ -71,7 +71,7 @@ static NSString *LDAPContactInfoAttribute = nil;
|
||||
|| [defaultModule isEqualToString: @"Mail"]))
|
||||
{
|
||||
[self logWithFormat: @"default module '%@' not accepted (must be"
|
||||
@"'Calendar', 'Contacts' or Mail)", defaultModule];
|
||||
@"'Calendar', 'Contacts' or 'Mail')", defaultModule];
|
||||
defaultModule = @"Calendar";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user