forked from science-ation/science-ation
Some touch-ups to get prize nomination working properly with the new system
This commit is contained in:
parent
36cc0e289c
commit
2811eef8d2
@ -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: ";
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user