forked from science-ation/science-ation
Text update BUG239
This commit is contained in:
parent
8e91b16b63
commit
a5998ca3dd
@ -172,7 +172,7 @@
|
|||||||
echo "</select>";
|
echo "</select>";
|
||||||
echo "</td></tr>";
|
echo "</td></tr>";
|
||||||
|
|
||||||
echo "<tr><td>".i18n("Prizes")."</td><td><a href=\"award_prizes.php?award_awards_id=-1\">Edit prizes to be created for all divisional awards</a>";
|
echo "<tr><td>".i18n("Prizes")."</td><td><a href=\"award_prizes.php?award_awards_id=-1\">Edit prize template for divisional awards</a>";
|
||||||
//the 'generic' template prizes for the awards are stored with year =-1 and award_awards_id=0
|
//the 'generic' template prizes for the awards are stored with year =-1 and award_awards_id=0
|
||||||
|
|
||||||
$q=mysql_query("SELECT * FROM award_prizes WHERE year='-1' AND award_awards_id='0' ORDER BY `order`");
|
$q=mysql_query("SELECT * FROM award_prizes WHERE year='-1' AND award_awards_id='0' ORDER BY `order`");
|
||||||
|
Loading…
Reference in New Issue
Block a user