]> git.mjollnir.org Git - moodle.git/commitdiff
Removed some debugging stuff
authormartin <martin>
Tue, 10 Sep 2002 13:24:24 +0000 (13:24 +0000)
committermartin <martin>
Tue, 10 Sep 2002 13:24:24 +0000 (13:24 +0000)
login/signup.php

index 564be9129fce4185e7d04ac003e0aa9fe8f2a765..c8177f684fb6c1ba26b1d5b07a9d08b75444501d 100644 (file)
@@ -14,8 +14,6 @@
             $user->confirmed = 0;
             $user->firstaccess = time();
             $user->secret = random_string(15);
-            echo $user->secret;
-            $db->debug = true;
 
                        if (! ($user->id = insert_record("user", $user)) ) {
                 error("Could not add your record to the database!");