// Remove _DB_TYPE_ constant from everywhere in the code

This commit is contained in:
rMalie
2012-01-05 13:12:45 +00:00
parent f5716531fe
commit 136d1657d0
4 changed files with 96 additions and 111 deletions
-1
View File
@@ -152,7 +152,6 @@ $oldLevel = error_reporting(E_ALL);
$mysqlEngine = (defined('_MYSQL_ENGINE_') ? _MYSQL_ENGINE_ : 'MyISAM');
$datas = array(
array('_DB_SERVER_', _DB_SERVER_),
array('_DB_TYPE_', _DB_TYPE_),
array('_DB_NAME_', _DB_NAME_),
array('_DB_USER_', _DB_USER_),
array('_DB_PASSWD_', _DB_PASSWD_),