From ba1660168f2843d263e6205e6b03591c4ba98af1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 23 Jul 2005 05:57:27 +0000 Subject: - Patch #27003 by Neil: use named constants instead of strings --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron.php') 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')) { -- cgit v1.2.3