]> git.mjollnir.org Git - moodle.git/commitdiff
Missed something
authormoodler <moodler>
Tue, 7 Jan 2003 14:52:51 +0000 (14:52 +0000)
committermoodler <moodler>
Tue, 7 Jan 2003 14:52:51 +0000 (14:52 +0000)
login/confirm.php

index 142d2e946f4eba6374c848140900aa22835d54d4..73799e077f97510062c60d3db986702751ea7eb8 100644 (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