// Added number of features + norm
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12899 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -655,11 +655,8 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
$query->where('a.id_attribute_group ='.(int)$item['id_attribute_group']);
|
||||
$res = Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue($query);
|
||||
$item['count_values'] = (int)$res;
|
||||
|
||||
unset($res);
|
||||
unset($query);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user