Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079b83f
)
MDL-36602 - fix whitespace
author
Dan Poltawski
<dan@moodle.com>
Tue, 22 Jan 2013 07:45:34 +0000
(15:45 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 22 Jan 2013 07:45:34 +0000
(15:45 +0800)
admin/tool/uploaduser/index.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/tool/uploaduser/index.php
b/admin/tool/uploaduser/index.php
index
a43a08d
..
f249f1d
100644
(file)
--- a/
admin/tool/uploaduser/index.php
+++ b/
admin/tool/uploaduser/index.php
@@
-292,7
+292,7
@@
if ($formdata = $mform2->is_cancelled()) {
$upt->track('username', $errorstr, 'error');
$userserrors++;
}
-
+
if (empty($user->mnethostid)) {
$user->mnethostid = $CFG->mnet_localhost_id;
}