X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fregister.php;h=0dc204d5ec18471a7befc0ceb90f0bbc9632f960;hp=88b13a235e967ffc64992d81b749702444707d5c;hb=90323815e10b6bd6dc04e270a78ee9687a2f357a;hpb=4fc2c543112c4734b71272b1e4a1392406d63455 diff --git a/include/register.php b/include/register.php index 88b13a2..0dc204d 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) {