Whoops, forgot a debug statement

This commit is contained in:
moodler 2003-01-20 07:30:47 +00:00
parent 1f3eb3191a
commit 0b949a6d0c

View 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!");
}