summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-04 05:39:14 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-04 05:39:14 +0000
commitb006ec6cb4f09aafb4282bdaae74be4d328973e5 (patch)
tree5f9ce7677f36829d670f4944c8f3392d22e1257a /modules/node
parent36adc757f92c4290f73725aea6aa90cdd461ddd4 (diff)
downloadbrdo-b006ec6cb4f09aafb4282bdaae74be4d328973e5.tar.gz
brdo-b006ec6cb4f09aafb4282bdaae74be4d328973e5.tar.bz2
#571086 follow-up by sun: Allow specifying a 'wrapper callback' before executing a form builder function.
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 735fc30c4..67990084c 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1480,7 +1480,6 @@ function node_search_status() {
* Implement hook_search_admin().
*/
function node_search_admin() {
- $form = array();
// Output form for defining rank factor weights.
$form['content_ranking'] = array(
'#type' => 'fieldset',