Searched refs:rcDebugLevel (Results 1 – 1 of 1) sorted by relevance
17 function debug($msg,$msgLevel,$rcDebugLevel) { // DEBUG argument19 if ($rcDebugLevel >= $msgLevel) {24 $rcDebugLevel=0; variable26 if ($rcDebugLevel > 0) {31 debug($_POST, 2, $rcDebugLevel);46 debug("Replace: ".$baseElement." -> ".$_POST[$element]." | ".$command, 3, $rcDebugLevel);83 debug("RESULT=\n".$result, 2, $rcDebugLevel);