From ed81d10a8b7a3ed4d3d71908074415fd615c5706 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 4 Aug 2008 14:49:06 +0000 Subject: Central: Fixed bug in Verification system --- central/trunk/instadisc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'central') diff --git a/central/trunk/instadisc.php b/central/trunk/instadisc.php index 2a7cbb9..519070f 100644 --- a/central/trunk/instadisc.php +++ b/central/trunk/instadisc.php @@ -30,7 +30,7 @@ function instaDisc_checkVerification($username, $verification, $verificationID, $delverid2 = mysql_query($delverid); } - $insverid = "INSERT INTO oldVerID (name, verID) VALUES (\"" . mysql_real_escape_string($username) . "\", " . $verificationID . ")"; + $insverid = "INSERT INTO oldVerID (username, verID) VALUES (\"" . mysql_real_escape_string($username) . "\", " . $verificationID . ")"; $insverid2 = mysql_query($insverid); return true; -- cgit 1.4.1