From: moodler Date: Tue, 7 Jan 2003 14:52:51 +0000 (+0000) Subject: Missed something X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4e080c888a5c705735ef7f7253d583683e8a9363;p=moodle.git Missed something --- diff --git a/login/confirm.php b/login/confirm.php index 142d2e946f..73799e077f 100644 --- a/login/confirm.php +++ b/login/confirm.php @@ -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