phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wiki/lib main.php,1.7,1.8


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/lib main.php,1.7,1.8
Date: Wed, 02 Jul 2003 18:23:32 -0400

Update of /cvsroot/phpgroupware/wiki/lib
In directory subversions:/tmp/cvs-serv5121/wiki/lib

Modified Files:
        main.php 
Log Message:
register globals off fix

Index: main.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/lib/main.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** main.php    7 Mar 2003 00:19:14 -0000       1.7
--- main.php    2 Jul 2003 22:23:29 -0000       1.8
***************
*** 35,38 ****
--- 35,40 ----
  $Save         = isset($HTTP_POST_VARS['Save'])
                  ? $HTTP_POST_VARS['Save'] : '';
+ $SaveAndContinue = isset($HTTP_POST_VARS['SaveAndContinue'])
+                 ? $HTTP_POST_VARS['SaveAndContinue'] : '';
  $archive      = isset($HTTP_POST_VARS['archive'])
                  ? $HTTP_POST_VARS['archive'] : '';





reply via email to

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