diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-04-17 16:06:00 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-04-17 16:06:00 +0000 |
commit | 54a47afd203f7e517872d3c0ab9589a0f53368dd (patch) | |
tree | b2619194b2ab79e2fc736ae2f8924b2448b7e1a6 | |
parent | fb8ef283759abcd270bc727fd4af65ddc0fe5b84 (diff) | |
download | brdo-54a47afd203f7e517872d3c0ab9589a0f53368dd.tar.gz brdo-54a47afd203f7e517872d3c0ab9589a0f53368dd.tar.bz2 |
- Remove #ref note from comments
-rw-r--r-- | modules/search.module | 4 | ||||
-rw-r--r-- | modules/search/search.module | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/search.module b/modules/search.module index cf4cbc4e9..21110cbb7 100644 --- a/modules/search.module +++ b/modules/search.module @@ -1002,8 +1002,8 @@ function search_form($action = '', $keys = '', $type = NULL, $prompt = NULL) { /** * As the search form collates keys from other modules hooked in via * hook_form_alter, the validation takes place in _submit. - * search_form_validate() is used solely to set the #ref property for the basic - * search form. + * search_form_validate() is used solely to set the 'processed_keys' form + * value for the basic search form. */ function search_form_validate($form_id, $form_values, $form) { form_set_value($form['basic']['inline']['processed_keys'], trim($form_values['keys'])); diff --git a/modules/search/search.module b/modules/search/search.module index cf4cbc4e9..21110cbb7 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1002,8 +1002,8 @@ function search_form($action = '', $keys = '', $type = NULL, $prompt = NULL) { /** * As the search form collates keys from other modules hooked in via * hook_form_alter, the validation takes place in _submit. - * search_form_validate() is used solely to set the #ref property for the basic - * search form. + * search_form_validate() is used solely to set the 'processed_keys' form + * value for the basic search form. */ function search_form_validate($form_id, $form_values, $form) { form_set_value($form['basic']['inline']['processed_keys'], trim($form_values['keys'])); |