From d10385a80f9cb80bb5bf346bdf51642e6697c3c7 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 7 Apr 2012 21:40:53 +0000 Subject: [PATCH] Add a project title and summary in the same column for student reports. Needed for the gvrsf, just want to avoid getting out of sync with trunk. --- admin/reports_students.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index da92141a..16eac1ef 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -413,6 +413,13 @@ $report_students_fields = array( 'scalable' => true, 'table' => 'projects.summary' ), + 'title_summary' => array( + 'name' => 'Project -- Title and Summary', + 'header' => 'Project Title and Summary', + 'width' => 5.00, + 'scalable' => true, + 'table' => "CONCAT('Title: ', projects.title, '\n',projects.summary)" ), + 'language' => array( 'name' => 'Project -- Language', 'header' => 'Lang',