From 67a9828dd27cb5119292e5ac99042b3fcedb0d6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 2 Mar 2009 14:55:01 +0000 Subject: [PATCH] Typo and SVN revision fixed --- inc/databases.php | 2 +- inc/install-inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/databases.php b/inc/databases.php index 66d9282aef..c234f873ff 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -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)); diff --git a/inc/install-inc.php b/inc/install-inc.php index 89e0301888..b1aeb83b02 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -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 -- 2.30.2