quietened permanent error_log

This commit is contained in:
Ralf Becker 2011-10-28 16:15:00 +00:00
parent d844dcdbd5
commit 4ec8f909a1

View File

@ -161,7 +161,7 @@ class addressbook_activesync implements activesync_plugin_write, activesync_plug
$ret = is_null($account) ? $abs : $ret = is_null($account) ? $abs :
($ab_prefix && (!$account || (int)$account == (int)$GLOBALS['egw_info']['user']['account_id']) ? ($ab_prefix && (!$account || (int)$account == (int)$GLOBALS['egw_info']['user']['account_id']) ?
lang('Addressbook').' ' : '').$abs[$account]; lang('Addressbook').' ' : '').$abs[$account];
error_log(__METHOD__."($account, $return_all_in_one, $ab_prefix) returning ".array2string($ret)); //error_log(__METHOD__."($account, $return_all_in_one, $ab_prefix) returning ".array2string($ret));
return $ret; return $ret;
} }
@ -653,15 +653,15 @@ class addressbook_activesync implements activesync_plugin_write, activesync_plug
} }
/** /**
* modify olflags (outlook style) flag of a message * modify olflags (outlook style) flag of a message
* *
* @param $folderid * @param $folderid
* @param $id * @param $id
* @param $flags * @param $flags
* *
* *
* @DESC The $flags parameter must contains the poommailflag Object * @DESC The $flags parameter must contains the poommailflag Object
*/ */
function ChangeMessageFlag($folderid, $id, $flags) function ChangeMessageFlag($folderid, $id, $flags)
{ {
return false; return false;