summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-06-08 14:13:11 +0000
committerDries Buytaert <dries@buytaert.net>2002-06-08 14:13:11 +0000
commit92665ec06bf676d0dc9270b4535df341428addc3 (patch)
tree68c6bcd86fd0bf34cb4b32cb4ca0350c7ada8b8f /modules/system/system.module
parente6096b603ab3b30223f7e102f19e12662b9508bf (diff)
downloadbrdo-92665ec06bf676d0dc9270b4535df341428addc3.tar.gz
brdo-92665ec06bf676d0dc9270b4535df341428addc3.tar.bz2
- Bugfix: clicking "help" on the "site configuration" didn't show any help.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index a557896ea..55bdfedba 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -273,7 +273,7 @@ function system_admin() {
switch ($op) {
case "help":
- system_help();
+ print system_help();
break;
case "Save module settings":
db_query("UPDATE system SET status = '0' WHERE type = 'module'");