// Remove _DB_TYPE_ constant from everywhere in the code

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12181 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-01-05 13:12:45 +00:00
parent 7a655974d8
commit 6b47a49885
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_),