From f3129e7a39133538b4a7d10676e547269015aa9a Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 18 Mar 2007 07:24:52 +0000 Subject: [PATCH] - Add date of birth to the student report field list so we can close a bug on bugtracker. --- admin/reports_students.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index d4c3dcd9..53f67420 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',