8 lines
206 B
PHP
8 lines
206 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); |