You are here

constant VIEWS_SEND_MAX_EXECUTION_TIME in Views Send 6

Capture PHP max_execution_time before drupal_cron_run(). Workaround for Drupal 6.14. See http://drupal.org/node/584334

1 use of VIEWS_SEND_MAX_EXECUTION_TIME
views_send_send_from_spool in ./views_send.cron.inc
Process the spool queue at cron run.

File

./views_send.module, line 31
The Views Send module.

Code

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