- Patch #696616 by qasimzee: improved consistency of phpDocs.
parent
78855c2ee5
commit
a4c7898110
|
@ -73,6 +73,9 @@ function dblog_menu() {
|
||||||
return $items;
|
return $items;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Implements hook_init().
|
||||||
|
*/
|
||||||
function dblog_init() {
|
function dblog_init() {
|
||||||
if (arg(0) == 'admin' && arg(1) == 'reports') {
|
if (arg(0) == 'admin' && arg(1) == 'reports') {
|
||||||
// Add the CSS for this module
|
// Add the CSS for this module
|
||||||
|
|
Loading…
Reference in New Issue