From aa1be324ad93bf0be8a7c27b5d9a55256bdda19e Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 29 Dec 2007 09:04:48 +0000 Subject: [PATCH] - The project number needs a titch more space for the GVRSF. :) - Completely remove the old gvrsf_tablenumber report column. --- admin/reports_students.inc.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index dc9c6bc..636c35e 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -30,7 +30,7 @@ $report_students_fields = array( 'pn' => array( 'name' => 'Project Number', 'header' => '#', - 'width' => 0.5, + 'width' => 0.6, 'table' => 'projects.projectnumber', 'table_sort' => 'projects.projectsort'), @@ -490,13 +490,7 @@ $report_students_fields = array( 'header' => '', 'width' => 0.1, 'table' => "CONCAT(' ')"), -/* 'gvrsf_tn' => array ( - 'name' => 'GVRSF Project Number (Table Number)', - 'header' => '#', - 'width' => 0.6, - 'table' => "CAST(projects.projectnumber AS UNSIGNED) AS GVRSFTBL, CONCAT(projectcategories.category_shortform, ' ', projects.projectnumber, ' ', projectdivisions.division_shortform)", - 'table_sort' => 'GVRSFTBL'), -*/ + 'easyparse_allnames' => array( 'name' => "Easy Parse -- All Student Names (REQUIRES MYSQL 5.0) ", 'header' => 'Student(s)',