phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: filemanager index.php, 1.30.2.9.2.3, 1.30.2.9.2.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager index.php, 1.30.2.9.2.3, 1.30.2.9.2.4
Date: Tue, 09 Sep 2003 02:42:10 -0400

Update of /cvsroot/phpgroupware/filemanager
In directory subversions:/tmp/cvs-serv31654

Modified Files:
      Tag: Version-0_9_16-branch
        index.php 
Log Message:
GLOBALS and some bugs

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/index.php,v
retrieving revision 1.30.2.9.2.3
retrieving revision 1.30.2.9.2.4
diff -C2 -r1.30.2.9.2.3 -r1.30.2.9.2.4
*** index.php   18 Jun 2003 09:59:58 -0000      1.30.2.9.2.3
--- index.php   9 Sep 2003 06:42:08 -0000       1.30.2.9.2.4
***************
*** 16,22 ****
  
  @reset ($GLOBALS['HTTP_POST_VARS']);
! while (list ($name,) = @each ($GLOBALS['HTTP_POST_VARS']))
  {
!       $$name = $GLOBALS['HTTP_POST_VARS'][$name];
  }
  
--- 16,22 ----
  
  @reset ($GLOBALS['HTTP_POST_VARS']);
! while (list ($name,) = @each ($_POST))
  {
!       $$name = $_POST[$name];
  }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]