// Shop association area use tpl file

This commit is contained in:
mDeflotte
2011-12-09 15:40:02 +00:00
parent 758496112e
commit 1f83e025af
6 changed files with 189 additions and 165 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ class ConfigurationCore extends ObjectModel
return false;
$sql = 'DELETE FROM `'._DB_PREFIX_.'configuration_lang`
WHERE `id_configuration` = (
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `'._DB_PREFIX_.'configuration`
WHERE `name` = \''.pSQL($key).'\'