From a0deb476faf8d35794c8e1286037ced22959bd07 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 8 Mar 2003 14:35:42 +0000 Subject: - Changed _nodeapi("conf") to _nodeapi("settings"). - Changed node settings page to use table(). - Minor code beautification here and there. --- 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 4c32056a4..2f351580d 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -318,7 +318,7 @@ function system_init() { } function system_admin() { - global $HTTP_POST_VARS, $system_init_status; + global $system_init_status; if (user_access("administer site configuration")) { session_register("system_init_status"); -- cgit v1.2.3