diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-20 19:02:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-20 19:02:26 +0000 |
commit | 05f22fb61d706396cf6e71a851e1bcd3adef1380 (patch) | |
tree | 908b338286594af36205b02ccde73d6d5095983f /modules | |
parent | c994ea1e28a4826bf999e8d14c91d5828142f9ed (diff) | |
download | brdo-05f22fb61d706396cf6e71a851e1bcd3adef1380.tar.gz brdo-05f22fb61d706396cf6e71a851e1bcd3adef1380.tar.bz2 |
- Patch #79625 by justing: fixed advanced search form.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node/node.module | 2 |
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)'), |