diff --git a/trunk/conlite/includes/pseudo-cron.inc.php b/trunk/conlite/includes/pseudo-cron.inc.php index 9254858..eed5dff 100644 --- a/trunk/conlite/includes/pseudo-cron.inc.php +++ b/trunk/conlite/includes/pseudo-cron.inc.php @@ -421,8 +421,9 @@ function parseCronFile($PC_cronTabFile, $PC_debug) { } } } - if ($PC_debug) + if ($PC_debug) { var_dump($jobs); + } return $jobs; }