From b4bd91ceb1ee2e73dc319bdc5c83b3a798f62a59 Mon Sep 17 00:00:00 2001 From: arborrow Date: Sat, 18 Oct 2008 04:19:46 +0000 Subject: [PATCH] fixed trivial typo in comment; merged from 19STABLE --- admin/uploaduser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/uploaduser.php b/admin/uploaduser.php index ec1ea4eab6..851edd4656 100755 --- a/admin/uploaduser.php +++ b/admin/uploaduser.php @@ -174,7 +174,7 @@ if ($formdata = $mform->is_cancelled()) { } unset($allowedroles); - // clear bilk selection + // clear bulk selection if ($bulk) { $SESSION->bulk_users = array(); } -- 2.39.5