forked from science-ation/science-ation
Oops fix typo, howd that happen!
This commit is contained in:
parent
d849040872
commit
48ee8ee629
@ -27,7 +27,7 @@
|
|||||||
user_auth_required('committee', 'admin');
|
user_auth_required('committee', 'admin');
|
||||||
|
|
||||||
if($_GET['id']) {
|
if($_GET['id']) {
|
||||||
$idintval($_GET['id']);
|
$id=intval($_GET['id']);
|
||||||
$q=mysql_query("SELECT * FROM sponsorships WHERE id='$id'");
|
$q=mysql_query("SELECT * FROM sponsorships WHERE id='$id'");
|
||||||
echo "<h2>Edit Sponsorship</h2>";
|
echo "<h2>Edit Sponsorship</h2>";
|
||||||
$sponsorship=mysql_fetch_object($q);
|
$sponsorship=mysql_fetch_object($q);
|
||||||
|
Loading…
Reference in New Issue
Block a user