diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index bbae066d..f3d9607c 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -78,7 +78,7 @@ $report_students_fields = array( 'header' => '#', 'width' => 0.6, 'table' => 'projects.projectnumber', - 'table_sort' => 'projects.projectsort'), + 'table_sort' => 'projects.projectsort, projects.projectnumber'), 'last_name' => array( 'name' => 'Student -- Last Name', @@ -144,7 +144,7 @@ $report_students_fields = array( 'email' => array( 'name' => 'Student -- Email', 'header' => 'Email', - 'width' => 1.75, + 'width' => 2.25, 'scalable' => true, 'table' => 'students.email'),