summaryrefslogtreecommitdiff
path: root/includes/watchdog.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-03-28 07:03:47 +0000
committerDries Buytaert <dries@buytaert.net>2001-03-28 07:03:47 +0000
commit3f2b0e0b3f0322dac929bb997a331cb7c021f295 (patch)
tree01940cabb5f1b50c16822e8585092ab9cee543ce /includes/watchdog.inc
parent6bb49b4bb8d7c73e1cce62e27375559b9837b898 (diff)
downloadbrdo-3f2b0e0b3f0322dac929bb997a331cb7c021f295.tar.gz
brdo-3f2b0e0b3f0322dac929bb997a331cb7c021f295.tar.bz2
Flushing my backlog (in case Natrak wants to make more changes):
- tidied up some of the code - fixed a small problems
Diffstat (limited to 'includes/watchdog.inc')
-rw-r--r--includes/watchdog.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/watchdog.inc b/includes/watchdog.inc
index 4512be755..2d221c842 100644
--- a/includes/watchdog.inc
+++ b/includes/watchdog.inc
@@ -1,8 +1,7 @@
<?php
$watchdog = array("comment" => array("0", $submission_rate["comment"]),
- "diary" => array("1", $submission_rate["diary"]),
- "story" => array("2", $submission_rate["story"]),
+ "node" => array("1", $submission_rate["node"]),
"message" => array("3", "0"),
"warning" => array("4", "0"),
"error" => array("5", "0"));