mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 16:59:35 +01:00
removed accidently commited test-change
This commit is contained in:
parent
1a51ac86f7
commit
3d1cbd3f40
@ -128,7 +128,7 @@ class addressbook_activesync implements activesync_plugin_write, activesync_plug
|
|||||||
if ($return_all_in_one && $GLOBALS['egw_info']['user']['preferences']['activesync']['addressbook-all-in-one'])
|
if ($return_all_in_one && $GLOBALS['egw_info']['user']['preferences']['activesync']['addressbook-all-in-one'])
|
||||||
{
|
{
|
||||||
$abs = array(
|
$abs = array(
|
||||||
$GLOBALS['egw_info']['user']['account_id'] => lang('personal'),
|
$GLOBALS['egw_info']['user']['account_id'] => lang('All'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user