// The END

This commit is contained in:
rGaillard
2012-09-13 18:20:47 +00:00
parent 110a4e0503
commit 80fd92a59c
5 changed files with 4999 additions and 46 deletions
-1
View File
@@ -905,7 +905,6 @@ class ShopCore extends ObjectModel
$asso_table = Shop::getAssoTable($table);
if ($asso_table === false || $asso_table['type'] != 'shop')
return;
$sql = (($inner_join) ? ' INNER' : ' LEFT').' JOIN '._DB_PREFIX_.$table.'_shop '.$table_alias.'
ON ('.$table_alias.'.id_'.$table.' = '.$alias.'.id_'.$table;
if ((int)self::$context_id_shop)