You are here

constant SIMPLENEWS_MAX_EXECUTION_TIME in Simplenews 6

Same name and namespace in other branches
  1. 6.2 simplenews.module \SIMPLENEWS_MAX_EXECUTION_TIME

CAPTURE THE PHP MAX EXUCUTION 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 ./simplenews.module
Send simplenews newsletters from the spool.

File

./simplenews.module, line 64
Simplnews node handling, sent email, newsletter block and general hooks

Code

define('SIMPLENEWS_MAX_EXECUTION_TIME', ini_get('max_execution_time'));