You are here

function elysia_cron_exit in Elysia Cron 6.2

Same name and namespace in other branches
  1. 7.2 elysia_cron.module \elysia_cron_exit()

File

./elysia_cron.module, line 129

Code

function elysia_cron_exit() {
  global $elysia_cron_exit_phase;
  $elysia_cron_exit_phase = true;
}