From cfe001af7a26926f02672275dcd516841fc1b985 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 6 Apr 2006 13:07:22 +0000 Subject: #56457: Allow different search forms to coexist without breaking validation --- modules/system/system.module | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index ae7d2580d..54182afaa 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1210,25 +1210,6 @@ function system_theme_settings($key = '') { } -/** - * Output a search form. - */ -function search_box($path = NULL) { - $form['keys'] = array('#type' => 'textfield', '#size'=> 15, '#default_value' => '', '#attributes' => array('alt' => t('Enter the terms you wish to search for.'))); - $form['submit'] = array('#type' => 'submit', '#value' => t('Search')); - return drupal_get_form('search_box', $form); -} - -/** - * Theme a search form. - */ -function theme_search_box($form) { - $output = ''; - return $output; -} - /** * Output a confirmation form * -- cgit v1.2.3