diff --git a/main/admin/group_list.php b/main/admin/group_list.php index e1b3b3a7d0..a0b9b6b529 100755 --- a/main/admin/group_list.php +++ b/main/admin/group_list.php @@ -113,7 +113,7 @@ function get_group_data($from, $number_of_items, $column, $direction) while ($group = Database::fetch_row($res)) { $group[3] = $status[$group[3]]; - $group['1'] = ''.$group['1'].''; + $group['1'] = ''.$group['1'].''; $groups[] = $group; } return $groups;