Fix out aray
This commit is contained in:
@@ -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);
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -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);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user