diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-18 19:25:40 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-18 19:25:40 +0000 |
commit | 051e48296ba952155413c74db1669449f1ea9e07 (patch) | |
tree | d4bdff1428e4c7c659c7f90ddccc4040b04b971b /modules | |
parent | 100329ad036d91c94953d98077690c63ab8b2cd7 (diff) | |
download | brdo-051e48296ba952155413c74db1669449f1ea9e07.tar.gz brdo-051e48296ba952155413c74db1669449f1ea9e07.tar.bz2 |
#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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/forum/forum.admin.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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'; |