summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-20 19:02:26 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-20 19:02:26 +0000
commit05f22fb61d706396cf6e71a851e1bcd3adef1380 (patch)
tree908b338286594af36205b02ccde73d6d5095983f /modules/node/node.module
parentc994ea1e28a4826bf999e8d14c91d5828142f9ed (diff)
downloadbrdo-05f22fb61d706396cf6e71a851e1bcd3adef1380.tar.gz
brdo-05f22fb61d706396cf6e71a851e1bcd3adef1380.tar.bz2
- Patch #79625 by justing: fixed advanced search form.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
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)'),