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")
|
if($scriptformat=="default")
|
||||||
$rep->addText( " ($pr->projectnumber) $pr->title");
|
$rep->addText( " ($pr->projectnumber) $pr->title");
|
||||||
|
|
||||||
$sq=mysql_query("SELECT students.firstname,
|
$sq=mysql_query("SELECT users.firstname,
|
||||||
students.lastname,
|
users.lastname,
|
||||||
students.pronunciation,
|
users.pronunciation,
|
||||||
students.schools_id,
|
users.schools_id,
|
||||||
schools.school
|
schools.school
|
||||||
FROM
|
FROM
|
||||||
students,
|
users,
|
||||||
schools
|
schools
|
||||||
WHERE
|
WHERE
|
||||||
students.registrations_id='$pr->reg_id'
|
users.registrations_id='$pr->reg_id'
|
||||||
AND students.schools_id=schools.id
|
AND users.schools_id=schools.id
|
||||||
");
|
");
|
||||||
|
|
||||||
$students=" Students: ";
|
$students=" Students: ";
|
||||||
|
@ -450,7 +450,7 @@ while($r=mysql_fetch_assoc($q)) {
|
|||||||
|
|
||||||
function print_award(&$r, $fairs_id, $editor=false, $editor_data=array())
|
function print_award(&$r, $fairs_id, $editor=false, $editor_data=array())
|
||||||
{
|
{
|
||||||
global $config, $auth_type;
|
global $config, $auth_type, $conference;
|
||||||
|
|
||||||
// echo "fair=$fairs_id";
|
// echo "fair=$fairs_id";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user