mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
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)
|
||||
{
|
||||
$owner = $GLOBALS['egw_info']['user']['account_id'];
|
||||
}
|
||||
{
|
||||
$owner = $GLOBALS['egw_info']['user']['account_id'];
|
||||
}
|
||||
$ctag = $this->addressbook->get_ctag($owner);
|
||||
|
||||
$changes = array(); // no change
|
||||
|
Loading…
Reference in New Issue
Block a user