// Normalize

This commit is contained in:
rMalie
2012-01-25 16:39:34 +00:00
parent a7e7f1c488
commit 26a012c62e
14 changed files with 61 additions and 64 deletions
@@ -329,7 +329,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
$str_attributes_groups = '';
foreach ($attributes_groups as $attribute_group)
$str_attributes_groups .= '"'.$attribute_group['id_attribute_group'].'" : '.($attribute_group['group_type'] == 'color' ? '1' : '0' ) .', ';
$str_attributes_groups .= '"'.$attribute_group['id_attribute_group'].'" : '.($attribute_group['group_type'] == 'color' ? '1' : '0' ).', ';
$image = _PS_IMG_DIR_.$this->fieldImageSettings['dir'].'/'.$obj->id.'.jpg';
$this->tpl_form_vars = array(