mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
disabled debug - activated for rev34659
This commit is contained in:
parent
f14704947e
commit
38e543477b
@ -266,7 +266,7 @@ class ajaxfelamimail
|
||||
//$_content = $bocompose->convertHTMLToText($_content);
|
||||
$_content = translation::convertHTMLToText($_content,'ISO-8859-1',$stripcrl=false,$stripalltags=true);
|
||||
}
|
||||
if($this->_debug); error_log(__METHOD__.__LINE__.$_content);
|
||||
if($this->_debug) error_log(__METHOD__.__LINE__.$_content);
|
||||
$this->saveSessionData();
|
||||
|
||||
$response = new xajaxResponse();
|
||||
|
Loading…
Reference in New Issue
Block a user