[svn r14294] order by group title by default

skala
Eric Marguin 18 years ago
parent 2da5595e95
commit 5880c5ac8f
  1. 2
      main/group/group.php

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

Loading…
Cancel
Save