function elysia_cron_exit in Elysia Cron 7.2
Same name and namespace in other branches
- 6.2 elysia_cron.module \elysia_cron_exit()
Implements hook_exit().
File
- ./
elysia_cron.module, line 133
Code
function elysia_cron_exit() {
global $_elysia_cron_exit_phase;
$_elysia_cron_exit_phase = TRUE;
}