diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index fd91633..812c206 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -80,7 +80,7 @@ $report_students_fields = array( 'name' => 'Student -- Partner Name (first last)', 'header' => 'Partner', 'width' => 1.5, - 'table' => "CONCAT(students2.lastname, ', ', students2.firstname)", + 'table' => "CONCAT(students2.firstname, ' ', students2.lastname)", 'components' => array('partner') ), 'bothnames' => array(