From: quix0r Date: Wed, 4 Mar 2009 19:00:15 +0000 (+0000) Subject: config.php *must* now be extended X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a107309315a89d8305285f5460bb46952da40d2a;p=mailer.git config.php *must* now be extended --- diff --git a/inc/config.php b/inc/config.php index 4cfa57bbbf..5f54475e2f 100644 --- a/inc/config.php +++ b/inc/config.php @@ -140,6 +140,9 @@ $MySQL = array( // CFG: MYSQL-PREIFX define('_MYSQL_PREFIX', "mxchange"); +// CFG: TABLE-TYPE +define('_TABLE_TYPE', "MyISAM"); + // CFG: DATABASE-TYPE define('_DB_TYPE', "mysql3"); diff --git a/inc/databases.php b/inc/databases.php index 7feec807b1..b4086a8abd 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', "820"); +define('CURR_SVN_REVISION', "821"); define('CURR_SVN_DATE' , getActualVersion(1)); define('CURR_SVN_VERSION' , getActualVersion(2));