Fix phpcs
This commit is contained in:
parent
5f476e7e7e
commit
b452852b30
@ -100,7 +100,6 @@ class box_scheduled_jobs extends ModeleBoxes
|
|||||||
$objp = $this->db->fetch_object($result);
|
$objp = $this->db->fetch_object($result);
|
||||||
|
|
||||||
if (dol_eval($objp->test, 1, 1)) {
|
if (dol_eval($objp->test, 1, 1)) {
|
||||||
|
|
||||||
$nextrun = $this->db->jdate($objp->datenextrun);
|
$nextrun = $this->db->jdate($objp->datenextrun);
|
||||||
if (empty($nextrun)) $nextrun = $this->db->jdate($objp->datestart);
|
if (empty($nextrun)) $nextrun = $this->db->jdate($objp->datestart);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user