From 9f3cec73181b5ac35486fea031828b11468bceb9 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 7 Apr 2008 23:04:56 -0700 Subject: BUGFIX: adding new users was broken forgot to update the insert statement for the db when changing the user table a while ago. fixed now. Signed-off-by: Arun Persaud --- register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'register.php') diff --git a/register.php b/register.php index 42b62ad..1c48288 100644 --- a/register.php +++ b/register.php @@ -41,7 +41,7 @@ if(myisset("Rfullname","Remail","Rpassword","Rtimezone") ) $r=mysql_query("INSERT INTO User VALUES(NULL,".DB_quote_smart($_REQUEST["Rfullname"]). ",".DB_quote_smart($_REQUEST["Remail"]). ",".DB_quote_smart(md5($_REQUEST["Rpassword"])). - ",".DB_quote_smart($_REQUEST["Rtimezone"]).",NULL)"); + ",".DB_quote_smart($_REQUEST["Rtimezone"]).",NULL,NULL)"); if($r) echo " Welcome to e-DoKo, you are now registered, please visit the". -- cgit v1.2.3-18-g5258