From 48ee8ee629b9adfa9b8a62cd553e0e2fc030fb93 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 25 Oct 2008 04:28:41 +0000 Subject: [PATCH] Oops fix typo, howd that happen! --- admin/fundraising_sponsorship.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/fundraising_sponsorship.php b/admin/fundraising_sponsorship.php index 7aa082d..f8b0cb3 100644 --- a/admin/fundraising_sponsorship.php +++ b/admin/fundraising_sponsorship.php @@ -27,7 +27,7 @@ user_auth_required('committee', 'admin'); if($_GET['id']) { - $idintval($_GET['id']); + $id=intval($_GET['id']); $q=mysql_query("SELECT * FROM sponsorships WHERE id='$id'"); echo "

Edit Sponsorship

"; $sponsorship=mysql_fetch_object($q);