phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: manual/inc header.inc.php,1.3,1.4


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: manual/inc header.inc.php,1.3,1.4
Date: Tue, 30 Apr 2002 10:21:02 -0400

Update of /cvsroot/phpgroupware/manual/inc
In directory subversions:/tmp/cvs-serv30935

Modified Files:
        header.inc.php 
Log Message:
Converting to get_var() for all HTTP_*_VARS.

Index: header.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/manual/inc/header.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** header.inc.php      17 Sep 2001 00:43:14 -0000      1.3
--- header.inc.php      30 Apr 2002 14:20:56 -0000      1.4
***************
*** 2,6 ****
  <td valign="top">
  <?php
!       echo show_menu($HTTP_GET_VARS['p']);
  ?>
  </td>
--- 2,6 ----
  <td valign="top">
  <?php
!       echo show_menu(get_var('p',Array('GET')));
  ?>
  </td>




reply via email to

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