From 1a82ce5dabc047fd0d787ac50dec5ce7599cc414 Mon Sep 17 00:00:00 2001 From: cataluke Date: Wed, 18 Apr 2007 02:43:16 +0000 Subject: [PATCH] admin/uploaduser.php: Fixed not enrolling user into course if user already exists Author: Patrick Li Committer: Luke Hudson --- admin/uploaduser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/uploaduser.php b/admin/uploaduser.php index 8678eaf0df..16eaf03256 100755 --- a/admin/uploaduser.php +++ b/admin/uploaduser.php @@ -268,7 +268,6 @@ if ($um->preprocess_files() && confirm_sesskey()) { //This can be used to obtain a list of userids for existing users notify("$olduser->id ".get_string('usernotaddedregistered', 'error', $username)); $userserrors++; - continue; } } else { // new user -- 2.39.5