|
Help ! the time disappeared.¿this affect new user registr
I have a problem with a query of the database.In the file of modules/your_account/index.php in this section:
"$user_email = check_html($user_email, nohtml); $result = $db->sql_query("INSERT INTO ".$user_prefix."_users_temp (user_id, username, user_email, user_password, user_regdate, check_num, time) VALUES (NULL, '$username', '$user_email', '$new_password', '$user_regdate', '$check_num', '$time')"); if($result) { echo ""._ERROR."
";"
the "$result" doesn't insert the fields (user_id... etc etc)" in the database.And the time disappeared in News for example.
Can it be that the time affect the query "INSERT blablabla" of the new users registration?.
|