Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a4c78981
Commit
a4c78981
authored
Jan 27, 2010
by
Dries
Browse files
- Patch
#696616
by qasimzee: improved consistency of phpDocs.
parent
78855c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/dblog/dblog.module
View file @
a4c78981
...
@@ -73,6 +73,9 @@ function dblog_menu() {
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment