Typo and SVN revision fixed
authorRoland Häder <roland@mxchange.org>
Mon, 2 Mar 2009 14:55:01 +0000 (14:55 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 2 Mar 2009 14:55:01 +0000 (14:55 +0000)
inc/databases.php
inc/install-inc.php

index 66d9282aef645d05e8241dd7161409aeb7bb31b9..c234f873ff416695659c710a5a1672a090faa82c 100644 (file)
@@ -98,7 +98,7 @@ define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
 //define('CURR_SVN_REVISION', getActualVersion(0));
-define('CURR_SVN_REVISION', "805");
+define('CURR_SVN_REVISION', "808");
 define('CURR_SVN_DATE'    , getActualVersion(1));
 define('CURR_SVN_VERSION' , getActualVersion(2));
 
index 89e03018886ec9ca54889b54f44dccec34e86c09..b1aeb83b02054f9accd16ad8604953a17712c9ca 100644 (file)
@@ -268,7 +268,7 @@ if ((!isInstalled()) || (!isAdminRegistered()))
 
        case "finalize": // Write captured data to files
                if ((REQUEST_ISSET_POST(('finalize'))) && (!isInstalled())) {
-                       // You have submitted data then we have to reset the fatal messages
+                       // You have submitted data then we have to reset the SQLs
                        INIT_SQLS();
 
                        // Connect to MySQL server