From a4c78981104b90a85013c75c28f99aa0d2806e88 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 27 Jan 2010 11:28:49 +0000 Subject: [PATCH] - Patch #696616 by qasimzee: improved consistency of phpDocs. --- modules/dblog/dblog.module | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module index 9d72fee3878..0a47107e48c 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