disabled debug - activated for rev34659

This commit is contained in:
Klaus Leithoff 2011-04-13 12:15:54 +00:00
parent f14704947e
commit 38e543477b

View File

@ -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();