]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: fix a merge-related typo
authormartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 03:29:01 +0000 (03:29 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 03:29:01 +0000 (03:29 +0000)
login/signup_form.php

index b2d361d4465ab1fe92b63891e589e737a36227d6..8b60857f4b5c69a99d540964c608207d95db849b 100644 (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)) {