diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-07-10 02:13:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-07-10 02:13:02 +0000 |
commit | b6e773b17887a330584aa11cf713cfb209ca69b2 (patch) | |
tree | 885f24243e91e217ca9d326272f0cb33036c863d | |
parent | f833618d454829ac25d933c7b0e925ba415976cf (diff) | |
download | brdo-b6e773b17887a330584aa11cf713cfb209ca69b2.tar.gz brdo-b6e773b17887a330584aa11cf713cfb209ca69b2.tar.bz2 |
- Patch #280319 by robertDouglas: remove unneeded and non-existing validation function.
-rw-r--r-- | modules/search/search.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/search/search.module b/modules/search/search.module index b03003b0c..2d121a46e 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1069,7 +1069,6 @@ function search_box(&$form_state, $form_id) { ); $form['submit'] = array('#type' => 'submit', '#value' => t('Search')); $form['#submit'][] = 'search_box_form_submit'; - $form['#validate'][] = 'search_box_form_validate'; return $form; } |