Skip to content
Snippets Groups Projects
Commit 68b19462 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix list of cron jobs

parent a8e2f95c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment