replaces some more " with '
[e-DoKo.git] / index.php
index 51aa24dfb9980d719b2634500f0f8ddcf7add429..00014088760a01c0fdd4ace5ca7c80e642631d52 100644 (file)
--- 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();