From 521ac3b392846c6ccef44c19cc82d63c47432297 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 19 Sep 2012 22:53:28 -0700 Subject: replaces some more " with ' --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 51aa24d..0001408 100644 --- a/index.php +++ b/index.php @@ -45,7 +45,7 @@ if($DBopen<0) echo "Database error, can't connect... Please wait a while and try again. ". "If the problem doesn't go away feel free to contact $ADMIN_NAME at $ADMIN_EMAIL."; else if ($DBopen == -2) - echo "Wrong database version, please update your database using the update.php script."; + echo 'Wrong database version, please update your database using the update.php script.'; output_footer(); exit(); -- cgit v1.2.3-18-g5258