// Added number of features + norm

This commit is contained in:
bMancone
2012-02-01 14:38:00 +00:00
parent ab5ee06405
commit 9ff7745081
2 changed files with 37 additions and 13 deletions
@@ -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);
}
}
}