remove a debug statement

This commit is contained in:
dave 2009-09-10 01:24:57 +00:00
parent aa1d88f7d2
commit 80c743eb1a

View File

@ -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;