summaryrefslogtreecommitdiff
path: root/modules/watchdog.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r--modules/watchdog.module4
1 files changed, 2 insertions, 2 deletions
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 @@
<?
-$module = array("cron" => "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 .= "<TABLE BORDER=\"1\" CELLPADDING=\"2\" CELLSPACING=\"2\">\n";
$output .= " <TR>\n";