function simplenews_cron in Simplenews 5
Same name and namespace in other branches
- 8.2 simplenews.module \simplenews_cron()
- 8 simplenews.module \simplenews_cron()
- 6.2 simplenews.module \simplenews_cron()
- 6 simplenews.module \simplenews_cron()
- 7.2 simplenews.module \simplenews_cron()
- 7 simplenews.module \simplenews_cron()
- 3.x simplenews.module \simplenews_cron()
Implementation of hook_cron().
File
- ./
simplenews.module, line 404
Code
function simplenews_cron() {
_simplenews_send(FALSE);
}