From d386c110f449d39631c6af1aabced9799c7a372d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Jan 2001 13:38:46 +0000 Subject: - removed redundant spaces --- modules/watchdog.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/watchdog.module') diff --git a/modules/watchdog.module b/modules/watchdog.module index 9b974634a..576284272 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -1,6 +1,6 @@ "watchdog_cron", +$module = array("cron" => "watchdog_cron", "admin" => "watchdog_admin"); function watchdog_cron() { @@ -13,7 +13,7 @@ function watchdog_display($order = "date") { // Perform query: $result = db_query("SELECT l.*, u.userid FROM watchdog l LEFT JOIN users u ON l.user = u.id ORDER BY l.$fields[$order]"); - + // Generate output: $output .= "\n"; $output .= " \n"; -- cgit v1.2.3