From 58257e743de1f1a11ebbb0e3d3330afbb6cb0e4e Mon Sep 17 00:00:00 2001 From: PLESK5 Date: Mon, 29 May 2017 14:22:52 +0200 Subject: [PATCH] remove devspepresse --- modules/devspepresse/devspepresse.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/devspepresse/devspepresse.php b/modules/devspepresse/devspepresse.php index f581f04..cfde94d 100755 --- a/modules/devspepresse/devspepresse.php +++ b/modules/devspepresse/devspepresse.php @@ -299,8 +299,7 @@ class devspePresse extends Module left join '._DB_PREFIX_.'category_lang cl on(cl.id_category=cp.id_category) WHERE pl.id_lang = '.(int)$id_lang.' and cl.id_lang='.(int)$id_lang.' - and (cl.id_category=3 - or cl.id_category=4) + ORDER BY cp.id_category desc,cp.position asc'); // pl.id_product }