From: moodler Date: Mon, 20 Jan 2003 07:30:47 +0000 (+0000) Subject: Whoops, forgot a debug statement X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0b949a6d0c9b2f00809496ce4c70df768057336d;p=moodle.git Whoops, forgot a debug statement --- diff --git a/login/signup.php b/login/signup.php index b1777a7dd5..ea32deb93d 100644 --- a/login/signup.php +++ b/login/signup.php @@ -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!"); }