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',