From 02150c65406ab02fe747e7f36ae2363f6b6aa6a4 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 22 Dec 2005 01:12:16 +0000 Subject: [PATCH] r648: I really wonder what a form that goes to 'null' does... more importantly why it was ever added --- admin/status.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/status.php b/admin/status.php index c26af75..2f769dc 100755 --- a/admin/status.php +++ b/admin/status.php @@ -112,7 +112,6 @@ if ($_REQUEST['do'] == 'modify') $statuses = $db->query("SELECT * FROM " . TABLE_PREFIX . "status"); - $admin->form_start('status.php', 'null'); $admin->table_start(); $admin->table_head($lang->string('Status Manager'), 2, 'standard_bug_fields'); @@ -125,7 +124,6 @@ if ($_REQUEST['do'] == 'modify') $admin->row_span('[' . $lang->string('Add New Status') . ']', 'tfoot', 'center', 3); $admin->table_end(); - $admin->form_end(); $admin->page_end(); } -- 2.22.5