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 --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 90eace13b..bb13fc862 100644 --- a/update.php +++ b/update.php @@ -207,7 +207,7 @@ function update_info() { if (isset($_GET["op"])) { include_once "includes/bootstrap.inc"; - drupal_bootstrap('full'); + drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); // Access check: if (($access_check == 0) || ($user->uid == 1)) { -- cgit v1.2.3