From 36bb57555c1be31a19db442db35befba3188633a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 13 Nov 2003 19:52:54 +0000 Subject: - table(...) -> theme("table", ...) --- modules/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy.module') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 281b8d2f0..08b786105 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -289,7 +289,7 @@ function taxonomy_overview() { } } - return table($header, $rows); + return theme("table", $header, $rows); } function taxonomy_form($vocabulary_id, $value = 0) { -- cgit v1.2.3