zOGIAction+Defaults.m (opengroupware-5.5rc2) | : | zOGIAction+Defaults.m (opengroupware-5.5rc3) | ||
---|---|---|---|---|
skipping to change at line 250 | skipping to change at line 250 | |||
} | } | |||
return [NSTimeZone timeZoneWithAbbreviation:@"GMT"]; | return [NSTimeZone timeZoneWithAbbreviation:@"GMT"]; | |||
} /* End _getTimeZoneForAccount */ | } /* End _getTimeZoneForAccount */ | |||
- (NSString *)_getCCAddressForAccount:(id)_account { | - (NSString *)_getCCAddressForAccount:(id)_account { | |||
NSDictionary *defaults; | NSDictionary *defaults; | |||
defaults = [self _getDefaultsForAccount:_account]; | defaults = [self _getDefaultsForAccount:_account]; | |||
if ([[defaults objectForKey:@"scheduler_ccForNotificationMails"] isNotNull]) | if ([[defaults objectForKey:@"scheduler_ccForNotificationMails"] isNotNull]) | |||
return [defaults objectForKey:@"scheduler_ccForNotificationMails"]; | return [defaults objectForKey:@"scheduler_ccForNotificationMails"]; | |||
return [NSString stringWithString:@""]; | return @""; | |||
} /* End _getCCAddressForAccount */ | } /* End _getCCAddressForAccount */ | |||
@end /* end zOGIAction(Defaults) */ | @end /* end zOGIAction(Defaults) */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |