Home
last modified time | relevance | path

Searched refs:rcDebugLevel (Results 1 – 1 of 1) sorted by relevance

/plugin/runcommand/
H A Dpostaction.php17 function debug($msg,$msgLevel,$rcDebugLevel) { // DEBUG argument
19 if ($rcDebugLevel >= $msgLevel) {
24 $rcDebugLevel=0; variable
26 if ($rcDebugLevel > 0) {
31 debug($_POST, 2, $rcDebugLevel);
46 debug("Replace: ".$baseElement." -> ".$_POST[$element]." | ".$command, 3, $rcDebugLevel);
83 debug("RESULT=\n".$result, 2, $rcDebugLevel);