mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
silence debug
This commit is contained in:
parent
7b7c587271
commit
060a314482
@ -348,7 +348,7 @@ class ajaxfelamimail
|
||||
|
||||
function removeLastDraftedVersion($_composeID)
|
||||
{
|
||||
if($this->_debug); error_log(__METHOD__.__LINE__.' ID:'.array2string($_composeID));
|
||||
if($this->_debug) error_log(__METHOD__.__LINE__.' ID:'.array2string($_composeID));
|
||||
if (!empty($_composeID))
|
||||
{
|
||||
$bocompose = CreateObject('felamimail.bocompose',$_composeID,$this->charset);
|
||||
|
Loading…
Reference in New Issue
Block a user