fixed trivial typo in comment; merged from 19STABLE

This commit is contained in:
arborrow 2008-10-18 04:19:46 +00:00
parent 1b199b0a41
commit b4bd91ceb1

View file

@ -174,7 +174,7 @@ if ($formdata = $mform->is_cancelled()) {
} }
unset($allowedroles); unset($allowedroles);
// clear bilk selection // clear bulk selection
if ($bulk) { if ($bulk) {
$SESSION->bulk_users = array(); $SESSION->bulk_users = array();
} }