summaryrefslogtreecommitdiff
path: root/modules/help/help.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-08-12 18:00:11 +0000
committerDries Buytaert <dries@buytaert.net>2004-08-12 18:00:11 +0000
commit0f088b79ca2fefb4aa92b91cee1d32e162a3dfaf (patch)
treeb96ef3d826688f6669eb9d23b12db48947339f3c /modules/help/help.module
parentc1ca7c326f574d83085fb052ea1f2d6249d3832e (diff)
downloadbrdo-0f088b79ca2fefb4aa92b91cee1d32e162a3dfaf.tar.gz
brdo-0f088b79ca2fefb4aa92b91cee1d32e162a3dfaf.tar.bz2
- Patch #9983 by Stefan: various code style improvements.
Diffstat (limited to 'modules/help/help.module')
-rw-r--r--modules/help/help.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index 200bea791..d223d006a 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -10,7 +10,7 @@ function help_menu() {
'callback' => 'help_main',
'access' => user_access('access administration pages'),
'weight' => 9);
-
+
foreach (module_list() as $name) {
if (module_hook($name, 'help')) {
if (module_invoke($name, 'help', "admin/help#$name")) {