247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
|
}
/*
** This routine runs to do the backoffice processing. When adding new
** backoffice processing tasks, add them here.
*/
void backoffice_work(void){
email_auto_exec(0);
}
/*
** COMMAND: test-backoffice
**
** Usage: test-backoffice
**
|
|
|
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
|
}
/*
** This routine runs to do the backoffice processing. When adding new
** backoffice processing tasks, add them here.
*/
void backoffice_work(void){
email_backoffice(0);
}
/*
** COMMAND: test-backoffice
**
** Usage: test-backoffice
**
|