Small change to reference HTTP_GET_VARS as GLOBALS['HTTP_GET_VARS']. I understand that they are both the same, but easier to read.

This commit is contained in:
skeeter 2001-12-31 19:38:05 +00:00
parent 07e38bcecb
commit fb8ca2f40d

View File

@ -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))
{