diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-27 11:28:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-27 11:28:49 +0000 |
commit | a4c78981104b90a85013c75c28f99aa0d2806e88 (patch) | |
tree | 75387764e46a97cd8d7584773f18610094f044bf /modules/dblog | |
parent | 78855c2ee546422bb93c6355f237d10cb410ca82 (diff) | |
download | brdo-a4c78981104b90a85013c75c28f99aa0d2806e88.tar.gz brdo-a4c78981104b90a85013c75c28f99aa0d2806e88.tar.bz2 |
- Patch #696616 by qasimzee: improved consistency of phpDocs.
Diffstat (limited to 'modules/dblog')
-rw-r--r-- | modules/dblog/dblog.module | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module index 9d72fee38..0a47107e4 100644 --- a/modules/dblog/dblog.module +++ b/modules/dblog/dblog.module @@ -73,6 +73,9 @@ function dblog_menu() { return $items; } +/** + * Implements hook_init(). + */ function dblog_init() { if (arg(0) == 'admin' && arg(1) == 'reports') { // Add the CSS for this module |