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/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 7b88f77aa..9a8ea9ff0 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -212,7 +212,7 @@ function path_overview() { $rows[] = array(array("data" => t("No URL aliases available."), "colspan" => "4")); } - return table($header, $rows); + return theme("table", $header, $rows); } function path_load($pid) { -- cgit v1.2.3