From 051e48296ba952155413c74db1669449f1ea9e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 18 Dec 2007 19:25:40 +0000 Subject: #193333 follow up by catch: remove reset to alphabetical button shown on forum forms incidentally as a result of the taxonomy drag and drop patch --- modules/forum/forum.admin.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/forum') diff --git a/modules/forum/forum.admin.inc b/modules/forum/forum.admin.inc index 6b0bcb8f8..b4350e80e 100644 --- a/modules/forum/forum.admin.inc +++ b/modules/forum/forum.admin.inc @@ -234,6 +234,9 @@ function forum_overview(&$form_state) { } } } + + // Remove the alphabetical reset. + unset($form['reset_alphabetical']); // The form needs to have submit and validate handlers set explicitly. $form['#theme'] = 'taxonomy_overview_terms'; -- cgit v1.2.3