mnet: fix a merge-related typo

This commit is contained in:
martinlanghoff 2007-01-04 03:29:01 +00:00
parent 357f08fa49
commit 5f88a475c5

View File

@ -66,7 +66,7 @@ class login_signup_form_1 extends moodleform {
$authplugin = get_auth_plugin($CFG->auth);
if (record_exists('user', 'username', $data['username'], 'mnethostid', $CFG->mnet_localhost_id))){
if (record_exists('user', 'username', $data['username'], 'mnethostid', $CFG->mnet_localhost_id)) {
$errors['username'] = get_string('usernameexists');
} else {
if (empty($CFG->extendedusernamechars)) {