From 0b949a6d0c9b2f00809496ce4c70df768057336d Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 20 Jan 2003 07:30:47 +0000 Subject: [PATCH] Whoops, forgot a debug statement --- login/signup.php | 2 -- 1 file changed, 2 deletions(-) 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!"); } -- 2.39.5