diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index d4c3dcd..53f6742 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -73,6 +73,12 @@ $report_students_fields = array( 'table' => 'students.sex', 'value_map' =>array ('male' => 'Male', 'female' => 'Female')), + 'birthdate' => array( + 'name' => 'Birthdate', + 'header' => 'Birthdate', + 'width' => 1, + 'table' => 'students.dateofbirth'), + 'title' => array( 'name' => 'Project Title', 'header' => 'Project Title',