From fb8ca2f40dad510d0e402ed244f0b32083def934 Mon Sep 17 00:00:00 2001 From: skeeter Date: Mon, 31 Dec 2001 19:38:05 +0000 Subject: [PATCH] Small change to reference HTTP_GET_VARS as GLOBALS['HTTP_GET_VARS']. I understand that they are both the same, but easier to read. --- home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.php b/home.php index 33cb88ece5..d7bd9bd0f1 100755 --- a/home.php +++ b/home.php @@ -39,7 +39,7 @@ if ($GLOBALS['phpgw_forward']) { - while (list($name,$value) = each($HTTP_GET_VARS)) + while (list($name,$value) = each($GLOBALS['HTTP_GET_VARS'])) { if (ereg('phpgw_',$name)) {