From 482f2e6d3adb8fb94c05628aab2cba3113b67bf9 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 30 Jan 2008 07:56:47 +0000 Subject: [PATCH] - Sort the tour num+name column by number --- admin/reports_students.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index 0a1bd52..df6ed9a 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -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(