summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-07-23 05:57:27 +0000
committerDries Buytaert <dries@buytaert.net>2005-07-23 05:57:27 +0000
commitba1660168f2843d263e6205e6b03591c4ba98af1 (patch)
tree7cfb6450760aafe539051dec095f450ee3568cbc /cron.php
parent5fe4dd3221679c9d42725fe698b6e72fd9078f50 (diff)
downloadbrdo-ba1660168f2843d263e6205e6b03591c4ba98af1.tar.gz
brdo-ba1660168f2843d263e6205e6b03591c4ba98af1.tar.bz2
- Patch #27003 by Neil: use named constants instead of strings
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index 51afe406b..7b4ca4a64 100644
--- a/cron.php
+++ b/cron.php
@@ -7,7 +7,7 @@
*/
include_once 'includes/bootstrap.inc';
-drupal_bootstrap('full');
+drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
// If not in 'safe mode', increase the maximum execution time:
if (!ini_get('safe_mode')) {