From 4e080c888a5c705735ef7f7253d583683e8a9363 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 7 Jan 2003 14:52:51 +0000 Subject: [PATCH] Missed something --- login/confirm.php | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5