|
|
|
@ -343,7 +343,7 @@ foreach ($group_cats as $index => $category) |
|
|
|
{ |
|
|
|
{ |
|
|
|
$paging_options = array (); |
|
|
|
$paging_options = array (); |
|
|
|
} |
|
|
|
} |
|
|
|
$table = new SortableTableFromArray($group_data); |
|
|
|
$table = new SortableTableFromArray($group_data, 0); |
|
|
|
$table->set_additional_parameters(array('category'=>$_GET['category'])); |
|
|
|
$table->set_additional_parameters(array('category'=>$_GET['category'])); |
|
|
|
$column = 0; |
|
|
|
$column = 0; |
|
|
|
if (api_is_allowed_to_edit() and count($group_list) > 1) |
|
|
|
if (api_is_allowed_to_edit() and count($group_list) > 1) |
|
|
|
|