|
@@ -229,7 +229,7 @@ |
|
|
block discarded – undo |
|
229
|
229
|
LEFT JOIN `'._DB_PREFIX_.'attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`) |
|
230
|
230
|
INNER JOIN '._DB_PREFIX_.'attribute_shop attribute_shop |
|
231
|
231
|
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) |
|
232
|
|
- WHERE pas.`id_product_attribute`= '.(int)$id_product_attribute.' |
|
|
232
|
+ WHERE pas.`id_product_attribute`= '.(int) $id_product_attribute.' |
|
233
|
233
|
GROUP BY id_attribute_group, id_product_attribute |
|
234
|
234
|
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC'; |
|
235
|
235
|
|
Please login to merge, or discard this patch.