Syntax fixes
This commit is contained in:
parent
a247df970b
commit
ac57589c1c
2 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ $config['kolab_invitation_calendars'] = false;
|
|||
// The following replacement variables are supported:
|
||||
// %u - Source user name
|
||||
// %i - Newly generated calendar UUID
|
||||
// $config['calendar_caldav_new_calendar_path'] = '/calendars/%u/%i'
|
||||
// $config['calendar_caldav_new_calendar_path'] = '/calendars/%u/%i';
|
||||
|
||||
// Driver to provide a resource directory ('ldap' is the only implementation yet).
|
||||
// Leave empty or commented to disable resources support.
|
||||
|
|
|
@ -2230,7 +2230,7 @@ else {
|
|||
|
||||
foreach($updates as $update)
|
||||
{
|
||||
if(is_null($update['remote_event'])
|
||||
if(is_null($update['remote_event']))
|
||||
{
|
||||
self::debug_log("No remote_event in update: ".print_r($update, true));
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue