summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-03-08 14:35:42 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-03-08 14:35:42 +0000
commita0deb476faf8d35794c8e1286037ced22959bd07 (patch)
tree1ea62b601ba7538fd5ac19bae3e38ed367faffce /modules/system/system.module
parentb0859dcbd4f3b9b73ca8e43b73a248f17d81a80c (diff)
downloadbrdo-a0deb476faf8d35794c8e1286037ced22959bd07.tar.gz
brdo-a0deb476faf8d35794c8e1286037ced22959bd07.tar.bz2
- Changed _nodeapi("conf") to _nodeapi("settings").
- Changed node settings page to use table(). - Minor code beautification here and there.
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 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");