Files
WrenchBoradWeb/www/wr_crons/cron_constants.php
T
2022-07-17 18:25:06 -04:00

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);