You are here

function simplenews_cron in Simplenews 5

Same name and namespace in other branches
  1. 8.2 simplenews.module \simplenews_cron()
  2. 8 simplenews.module \simplenews_cron()
  3. 6.2 simplenews.module \simplenews_cron()
  4. 6 simplenews.module \simplenews_cron()
  5. 7.2 simplenews.module \simplenews_cron()
  6. 7 simplenews.module \simplenews_cron()
  7. 3.x simplenews.module \simplenews_cron()

Implementation of hook_cron().

File

./simplenews.module, line 404

Code

function simplenews_cron() {
  _simplenews_send(FALSE);
}