diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-28 07:03:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-28 07:03:47 +0000 |
commit | 3f2b0e0b3f0322dac929bb997a331cb7c021f295 (patch) | |
tree | 01940cabb5f1b50c16822e8585092ab9cee543ce /includes/watchdog.inc | |
parent | 6bb49b4bb8d7c73e1cce62e27375559b9837b898 (diff) | |
download | brdo-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.inc | 3 |
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")); |