// 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
-6
View File
@@ -171,12 +171,6 @@ class BackupCore
*/
public function add()
{
if ( _DB_TYPE_ !== 'MySQL' )
{
$this->error = Tools::displayError('Sorry, backup currently only supports MySQL database types. You are using') . ' "' . _DB_TYPE_ . '"';
return false;
}
if (!$this->psBackupAll)
$ignore_insert_table = array(_DB_PREFIX_.'connections', _DB_PREFIX_.'connections_page', _DB_PREFIX_.'connections_source', _DB_PREFIX_.'guest', _DB_PREFIX_.'statssearch');
else