removed accidently commited test-change

This commit is contained in:
Philip Herbert 2011-06-14 16:07:44 +00:00
parent 1a51ac86f7
commit 3d1cbd3f40

View File

@ -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'])
{
$abs = array(
$GLOBALS['egw_info']['user']['account_id'] => lang('personal'),
$GLOBALS['egw_info']['user']['account_id'] => lang('All'),
);
}
else