From 2a0dcf9692b9db58e62a84280a5ad0a1e56ea3df Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 23 Nov 2011 08:35:38 +0000 Subject: [PATCH] //remove debug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10486 b9a71923-0436-4b27-9f14-aed3839534dd --- install-dev/xml/createDB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/xml/createDB.php b/install-dev/xml/createDB.php index 42d4c48fe..1d36b32c3 100644 --- a/install-dev/xml/createDB.php +++ b/install-dev/xml/createDB.php @@ -138,7 +138,7 @@ switch (_DB_TYPE_) if (!Db::getInstance()->Execute($query)) { if (Db::getInstance()->getNumberError() == 1050) - {echo $query.'
'; + { $logger->logError('A Prestashop database already exists, please drop it or change the prefix.'); die(''."\n"); }