From b2a77792d6da58c06307eba2d5f5d90f4aacf50a Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 23 Jan 2012 09:37:56 +0000 Subject: [PATCH] // Fix debug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12592 b9a71923-0436-4b27-9f14-aed3839534dd --- index.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/index.php b/index.php index 90718c8dc..61e8a05bb 100644 --- a/index.php +++ b/index.php @@ -26,14 +26,4 @@ */ require(dirname(__FILE__).'/config/config.inc.php'); -/*$countries = new Collection('Country', 1); -$countries->where('zone.name', '=', 'Asia'); - -echo '
';
-$countries->getAll(true);
-exit;
-foreach ($countries->getAll(true) as $country)
-	echo $country->name.'
'; - -exit;*/ Dispatcher::getInstance()->dispatch(); \ No newline at end of file