Fix out aray

This commit is contained in:
2022-07-23 23:47:34 -04:00
parent f34632e8db
commit fe6f130cfa
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ $wrb= new backend();
$in['action'] = WRB_JOB_CRONJOB;
$in['call_action'] = WRB_CRONJOB_JOBDUE_PAYMENTS;
$in['one_limit'] = 3;
$out = array();
$wrb->wrenchboard_api($in,$out);
print_r($out);
?>
?>
+2 -1
View File
@@ -7,8 +7,9 @@ $wrb= new backend();
$in['action'] = WRB_JOB_CRONJOB;
$in['call_action'] = WRB_CRONJOB_JOBDUE_REMINDER;
$in['one_limit'] = 3;
$out = array();
$wrb->wrenchboard_api($in,$out);
print_r($out);
?>
?>