Fix list of cron jobs
This commit is contained in:
parent
a8e2f95c39
commit
68b19462c3
@ -353,7 +353,7 @@ if ($num > 0)
|
||||
{
|
||||
$obj = $db->fetch_object($result);
|
||||
|
||||
|
||||
if (empty($obj)) break;
|
||||
if (! verifCond($obj->test)) continue; // Discard line with test = false
|
||||
|
||||
// title profil
|
||||
|
||||
Loading…
Reference in New Issue
Block a user