From aa308028aa570d15d3abf9c7679d7de16019b78b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 Jun 2007 16:09:39 +0000 Subject: - Patch #131026 by James et al: OpenID client support for Drupal! Let this be the day where we help revolutionize the online society, and the way websites and web services interoperate. Or something. --- 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 091adbdc7..c253610d9 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1383,7 +1383,7 @@ function node_filters() { } $filters['type'] = array('title' => t('type'), 'options' => node_get_types('names')); - + // The taxonomy filter if ($taxonomy = module_invoke('taxonomy', 'form_all', 1)) { $filters['category'] = array('title' => t('category'), 'options' => $taxonomy); -- cgit v1.2.3