Changes between Version 10 and Version 11 of Drupal HowTo Write Cron Tasks for CiviCRM
- Timestamp:
- 06/02/14 13:49:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Drupal HowTo Write Cron Tasks for CiviCRM
v10 v11 39 39 1. Initialise CiviCRM 40 40 1. Switch the user used for thr cron job from the anonymous user to the Cron System User for the duration of the processing. 41 1. Check whether the cron job is enabled. 41 42 1. Ascertain if the cron processing is due to run. 42 43