diff --git a/www/wr_crons/wrb_payment_due.php b/www/wr_crons/wrb_payment_due.php index 26e3e3e9..3bd995e7 100644 --- a/www/wr_crons/wrb_payment_due.php +++ b/www/wr_crons/wrb_payment_due.php @@ -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); -?> \ No newline at end of file +?> diff --git a/www/wr_crons/wrb_reminder_due_approach.php b/www/wr_crons/wrb_reminder_due_approach.php index 309a5b64..03ebde29 100644 --- a/www/wr_crons/wrb_reminder_due_approach.php +++ b/www/wr_crons/wrb_reminder_due_approach.php @@ -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); -?> \ No newline at end of file +?>