From 05f22fb61d706396cf6e71a851e1bcd3adef1380 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 Aug 2006 19:02:26 +0000 Subject: - Patch #79625 by justing: fixed advanced search form. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 2fd9d7c84..bf1eb4348 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2419,7 +2419,7 @@ function node_form_alter($form_id, &$form) { } // Node types: - $types = node_get_types(); + $types = node_get_types('names'); $form['advanced']['type'] = array( '#type' => 'checkboxes', '#title' => t('Only of the type(s)'), -- cgit v1.2.3