constant SIMPLENEWS_MAX_EXECUTION_TIME in Simplenews 6.2
Same name and namespace in other branches
- 6 simplenews.module \SIMPLENEWS_MAX_EXECUTION_TIME
CAPTURE THE PHP MAX EXECUTION TIME BEFORE drupal_cron_run() CHANGES THIS. THIS IS A WORK AROUND FOR DRUPAL6.14 BUG. SEE http://drupal.org/node/584334
1 use of SIMPLENEWS_MAX_EXECUTION_TIME
- simplenews_mail_spool in includes/
simplenews.mail.inc - Send simplenews newsletters from the spool.
File
- ./
simplenews.module, line 70 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_MAX_EXECUTION_TIME', ini_get('max_execution_time'));