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 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 6816599b8..afe3d9cd5 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ */ require_once './includes/bootstrap.inc'; -drupal_bootstrap('full'); +drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); $return = menu_execute_active_handler(); switch ($return) { -- cgit v1.2.3