Some touch-ups to get prize nomination working properly with the new system

This commit is contained in:
james 2011-04-08 16:28:21 +00:00
parent 36cc0e289c
commit 2811eef8d2
2 changed files with 8 additions and 8 deletions

View File

@ -237,17 +237,17 @@ if(!$scriptformat) $scriptformat="default";
if($scriptformat=="default")
$rep->addText( " ($pr->projectnumber) $pr->title");
$sq=mysql_query("SELECT students.firstname,
students.lastname,
students.pronunciation,
students.schools_id,
$sq=mysql_query("SELECT users.firstname,
users.lastname,
users.pronunciation,
users.schools_id,
schools.school
FROM
students,
users,
schools
WHERE
students.registrations_id='$pr->reg_id'
AND students.schools_id=schools.id
users.registrations_id='$pr->reg_id'
AND users.schools_id=schools.id
");
$students=" Students: ";

View File

@ -450,7 +450,7 @@ while($r=mysql_fetch_assoc($q)) {
function print_award(&$r, $fairs_id, $editor=false, $editor_data=array())
{
global $config, $auth_type;
global $config, $auth_type, $conference;
// echo "fair=$fairs_id";