socialnetworks links
This commit is contained in:
parent
4664ac1a1c
commit
d523ed9f85
@ -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);
|
||||||
|
|
||||||
@ -140,7 +139,7 @@ class box_scheduled_jobs extends ModeleBoxes
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach($resultarray as $line => $value) {
|
foreach ($resultarray as $line => $value) {
|
||||||
$this->info_box_contents[$line][] = array(
|
$this->info_box_contents[$line][] = array(
|
||||||
'td' => 'class="left"',
|
'td' => 'class="left"',
|
||||||
'text' => $resultarray[$line][0]
|
'text' => $resultarray[$line][0]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user