From 40467c7dd76e61e13ab02602a04c368adfbc3f45 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 22 Aug 2001 06:59:01 +0000 Subject: - removed debug statement --- modules/account.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/account.module b/modules/account.module index 2ec73a935..c5b38f0ab 100644 --- a/modules/account.module +++ b/modules/account.module @@ -58,7 +58,7 @@ function account_search($keys) { } function account_ac_add($edit) { - db_query("INSERT INTO access (mask, type, reason) VALUES ('". check_input($edit[mask]) ."', '". check_input($edit[type]) ."', '". check_input($edit[reason]) ."')", 1); + db_query("INSERT INTO access (mask, type, reason) VALUES ('". check_input($edit[mask]) ."', '". check_input($edit[type]) ."', '". check_input($edit[reason]) ."')"); } function account_ac_del($id) { -- cgit v1.2.3