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.

This commit is contained in:
james 2012-04-07 21:40:53 +00:00
parent 02dd19a477
commit d10385a80f

View File

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