mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 14:30:05 +01:00
quietened permanent error_log
This commit is contained in:
parent
d844dcdbd5
commit
4ec8f909a1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user