summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-09-19 22:53:28 -0700
committerArun Persaud <arun@nubati.net>2012-09-19 22:53:28 -0700
commit521ac3b392846c6ccef44c19cc82d63c47432297 (patch)
tree8f9da265e68787c6d693b83a67cfe4ed96b48f2c /index.php
parent29c87287965ad3b88ffd49419d7a7423feda00fa (diff)
downloade-DoKo-521ac3b392846c6ccef44c19cc82d63c47432297.tar.gz
e-DoKo-521ac3b392846c6ccef44c19cc82d63c47432297.tar.bz2
e-DoKo-521ac3b392846c6ccef44c19cc82d63c47432297.zip
replaces some more " with '
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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();