Skip to content
Snippets Groups Projects
Commit 6cbb1f3d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

debugging: no html divs

parent 6dcae5b7
No related branches found
No related tags found
1 merge request!26621 update to php82
...@@ -164,7 +164,8 @@ function _sendHtml($sTitle, $sContent){ ...@@ -164,7 +164,8 @@ function _sendHtml($sTitle, $sContent){
function _wd($s, $sLevel='info'){ function _wd($s, $sLevel='info'){
global $bDebug; global $bDebug;
if ($bDebug){ if ($bDebug){
echo '<div class="debug debug-'.$sLevel.'">DEBUG: '.$s.'</div>'; // echo '<div class="debug debug-'.$sLevel.'">DEBUG: '.$s.'</div>';
echo "DEBUG[$sLevel]: $s<br>\n";
} }
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment