Last update before closing project. Thank you!
git-svn-id: https://svn.pioder.pl/uf-svn/uF@38 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -182,7 +182,7 @@ class User
|
||||
{
|
||||
global $forum_config;
|
||||
$last = DataBase::new_id(USERS_TABLE);
|
||||
$time = time();
|
||||
$time = $_SERVER['REQUEST_TIME'];
|
||||
$sql = "INSERT INTO ".USERS_TABLE." VALUES
|
||||
('$last', '$nick', '$pass', '$email', '0', '$time', '0', '$gg', '$allow_gg', '$allow_email', '$allow_qr', '".$forum_config['view_shoutbox']."', '".$forum_config['defaultskin']."', '".$forum_config['defaultlang']."','".$forum_config['limit_tpid']."', '".$forum_config['limit_ftid']."', '".$forum_config['limit_users']."', '$sig', '$av', '1','0','$interests');";
|
||||
DataBase::sql_query($sql,CRITICAL,'Could not create new user');
|
||||
|
||||
Reference in New Issue
Block a user