diff --git a/admin/reports_projects_details.php b/admin/reports_projects_details.php index 37c2c25..996fd14 100644 --- a/admin/reports_projects_details.php +++ b/admin/reports_projects_details.php @@ -85,10 +85,10 @@ while($proj=mysql_fetch_object($projq)) { $projectcount++; - $sq=mysql_query("SELECT students.firstname, - students.lastname + $sq=mysql_query("SELECT users.firstname, + users.lastname FROM - students + users WHERE students.registrations_id='$proj->reg_id' "); diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index c62c383..5290ff0 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -261,7 +261,7 @@ $report_students_fields = array( 'start_option_group' => 'Student Registration Information', 'name' => 'Student -- Registration Number', 'header' => 'RegNum', - 'width' => 25.4 /*mm*/, + 'width' => 16 /*mm*/, 'table' => 'registrations.num' ), 'paid' => array(