X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fregister.php;h=03be8038cda9a04c02403fc253e3f78446a1426a;hp=88b13a235e967ffc64992d81b749702444707d5c;hb=2a2c6ad2b883e1f0c9a2f5bf3f742452ce7ef540;hpb=4fc2c543112c4734b71272b1e4a1392406d63455 diff --git a/include/register.php b/include/register.php index 88b13a2..03be803 100644 --- a/include/register.php +++ b/include/register.php @@ -22,10 +22,10 @@ if(myisset("Rfullname","Remail","Rpassword","Rtimezone") ) } if($ok) { - $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,NULL)"); + $r=DB_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,NULL)"); if($r) { @@ -63,13 +63,9 @@ if(myisset("Rfullname","Remail","Rpassword","Rtimezone") ) - - (If your timezone is not listed, just select whatever you want and email the admin your correct time zone.) +