- Sort the tour num+name column by number

This commit is contained in:
dave 2008-01-30 07:56:47 +00:00
parent 8ffc278286
commit 482f2e6d3a

View File

@ -587,6 +587,7 @@ $report_students_fields = array(
'header' => 'Tour',
'width' => 4,
'table' => "CONCAT(tours.num,': ', tours.name)",
'table_sort' => 'tours.num',
'components' => array('tours')),
'mentor_name_proj' => array(