forked from science-ation/science-ation
remove a debug statement
This commit is contained in:
parent
aa1d88f7d2
commit
80c743eb1a
@ -183,8 +183,8 @@
|
|||||||
trophyschoolreturn='".(($_GET['trophyschoolreturn']==1) ? 1 : 0)."'
|
trophyschoolreturn='".(($_GET['trophyschoolreturn']==1) ? 1 : 0)."'
|
||||||
WHERE id='$id'";
|
WHERE id='$id'";
|
||||||
mysql_query($q);
|
mysql_query($q);
|
||||||
echo $q;
|
// echo $q;
|
||||||
echo mysql_error();
|
// echo mysql_error();
|
||||||
echo happy(i18n("Prize saved"));
|
echo happy(i18n("Prize saved"));
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user