fix indention

This commit is contained in:
Ralf Becker 2013-07-23 13:44:08 +00:00
parent 8242d40d1e
commit bc2133054b

View File

@ -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