summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-13 23:00:53 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-13 23:00:53 +0000
commit6c85795aceb7f47846de1f1eee259eb848b02e7d (patch)
tree3b65cedc92b99cc72799d98b0cf6f253049f795a
parent36bb57555c1be31a19db442db35befba3188633a (diff)
downloadbrdo-6c85795aceb7f47846de1f1eee259eb848b02e7d.tar.gz
brdo-6c85795aceb7f47846de1f1eee259eb848b02e7d.tar.bz2
- Fixed theme problem.
-rw-r--r--modules/taxonomy.module2
-rw-r--r--modules/taxonomy/taxonomy.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 08b786105..f26b36d1d 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -685,7 +685,7 @@ function taxonomy_render_nodes($result) {
while ($node = db_fetch_object($result)) {
node_view(node_load(array("nid" => $node->nid, "type" => $node->type)), 1);
}
- print pager_display_default(NULL, variable_get("default_nodes_main", 10), 0);
+ print pager_display(NULL, variable_get("default_nodes_main", 10), 0);
}
function taxonomy_nodeapi($node, $op, $arg = 0) {
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 08b786105..f26b36d1d 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -685,7 +685,7 @@ function taxonomy_render_nodes($result) {
while ($node = db_fetch_object($result)) {
node_view(node_load(array("nid" => $node->nid, "type" => $node->type)), 1);
}
- print pager_display_default(NULL, variable_get("default_nodes_main", 10), 0);
+ print pager_display(NULL, variable_get("default_nodes_main", 10), 0);
}
function taxonomy_nodeapi($node, $op, $arg = 0) {