From: martinlanghoff Date: Thu, 4 Jan 2007 03:29:01 +0000 (+0000) Subject: mnet: fix a merge-related typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5f88a475c57b7c5fcb35623839450dcfc9b56dfb;p=moodle.git mnet: fix a merge-related typo --- diff --git a/login/signup_form.php b/login/signup_form.php index b2d361d446..8b60857f4b 100644 --- a/login/signup_form.php +++ b/login/signup_form.php @@ -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)) {