forked from extern/egroupware
fix indention
This commit is contained in:
parent
8242d40d1e
commit
bc2133054b
@ -729,9 +729,9 @@ class addressbook_activesync implements activesync_plugin_write, activesync_plug
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($owner == self::PRIVATE_AB)
|
if ($owner == self::PRIVATE_AB)
|
||||||
{
|
{
|
||||||
$owner = $GLOBALS['egw_info']['user']['account_id'];
|
$owner = $GLOBALS['egw_info']['user']['account_id'];
|
||||||
}
|
}
|
||||||
$ctag = $this->addressbook->get_ctag($owner);
|
$ctag = $this->addressbook->get_ctag($owner);
|
||||||
|
|
||||||
$changes = array(); // no change
|
$changes = array(); // no change
|
||||||
|
Loading…
Reference in New Issue
Block a user