10 lines
295 B
PHP
10 lines
295 B
PHP
<?php
|
|
define('WRB_JOB_CRONJOB',770);
|
|
|
|
|
|
define('WRB_CRONJOB_JOBDUE_REMINDER',771);
|
|
define('WRB_CRONJOB_JOBDUE_PAYMENTS',772);
|
|
define('WRB_CRONJOB_SIGNUP_ALERT', 773);
|
|
define('WRB_CRONJOB_PASTDUE_ALERT',774);
|
|
define('WRB_CRONJOB_OFFER_REFUND_ALERT',775);
|
|
define('WRB_CRONJOB_PENDOFFER_ALERT',776); |