Missed something

This commit is contained in:
moodler
2003-01-07 14:52:51 +00:00
parent cd8ecdb0b9
commit 4e080c888a
-3
View File
@@ -25,9 +25,6 @@
if (!set_field("user", "firstaccess", time(), "id", $user->id)) {
error("Could not set this user's first access date!");
}
if (!update_user_in_db($user->id)) {
error("Could not update this user's information");
}
// The user has confirmed successfully, let's log them in