]> git.mjollnir.org Git - moodle.git/commitdiff
Whoops, forgot a debug statement
authormoodler <moodler>
Mon, 20 Jan 2003 07:30:47 +0000 (07:30 +0000)
committermoodler <moodler>
Mon, 20 Jan 2003 07:30:47 +0000 (07:30 +0000)
login/signup.php

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