summaryrefslogtreecommitdiff
path: root/modules/watchdog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-13 19:52:54 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-13 19:52:54 +0000
commit36bb57555c1be31a19db442db35befba3188633a (patch)
tree6574d74df4b72cfe71d07f1aff33acb4761756c7 /modules/watchdog.module
parente8de9721d83489a836f3d74f982f751d358fbc9e (diff)
downloadbrdo-36bb57555c1be31a19db442db35befba3188633a.tar.gz
brdo-36bb57555c1be31a19db442db35befba3188633a.tar.bz2
- table(...) -> theme("table", ...)
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r--modules/watchdog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module
index b6037f5f6..f97464a16 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -105,7 +105,7 @@ function watchdog_overview($type) {
if (!empty($pager)) {
$rows[] = array(array("data" => $pager, "colspan" => "5"));
}
- return table($header, $rows);
+ return theme("table", $header, $rows);
}
function watchdog_view($id) {