diff options
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r-- | modules/watchdog.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module index ad7724030..db6e42214 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -1,4 +1,5 @@ <?php +// $Id$ function watchdog_help() { ?> @@ -86,5 +87,5 @@ function watchdog_admin() { print message_access(); } } - +
?> |