From d271f8b47ac6e0fd1d3536338ad0a9826921f4a1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 24 Mar 2024 22:40:44 +0100 Subject: [PATCH] Doc --- htdocs/cron/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php index 4e14d503f1e..8560f351563 100644 --- a/htdocs/cron/list.php +++ b/htdocs/cron/list.php @@ -606,6 +606,7 @@ if ($num > 0) { print $form->textwithpicto($text, $texttoshow, 1); print ''; + // Frequency $s = ''; if ($obj->unitfrequency == "60") { $s = ($obj->frequency)." ".$langs->trans('MinuteShort');