From 92665ec06bf676d0dc9270b4535df341428addc3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 8 Jun 2002 14:13:11 +0000 Subject: - Bugfix: clicking "help" on the "site configuration" didn't show any help. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') 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'"); -- cgit v1.2.3