phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] wiki index.php,1.5,1.5.2.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] wiki index.php,1.5,1.5.2.1
Date: Thu, 09 Oct 2003 06:09:35 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        index.php 
Log Message:
globals

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/index.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** index.php   7 Mar 2003 00:19:11 -0000       1.5
--- index.php   9 Oct 2003 06:09:32 -0000       1.5.2.1
***************
*** 9,13 ****
  // the phpGW header.inc.php got included later by lib/init.php
  
! $action = $HTTP_GET_VARS['action'];
  switch ($action) {
        case 'edit':
--- 9,13 ----
  // the phpGW header.inc.php got included later by lib/init.php
  
! $action = $_GET['action'];
  switch ($action) {
        case 'edit':
***************
*** 15,21 ****
        break;
        case 'save':
!               if ($HTTP_POST_VARS['Preview'] == 'Preview') { 
                        $GLOBALS['phpgw_info']['cursor_focus'] = 
"document.editform.document.focus();";
!               } else {
                        $GLOBALS['phpgw_info']['cursor_focus'] = 
"document.thesearch.find.focus();";
                }
--- 15,24 ----
        break;
        case 'save':
!               if ($_POST['Preview'] == 'Preview')
!               { 
                        $GLOBALS['phpgw_info']['cursor_focus'] = 
"document.editform.document.focus();";
!               }
!               else
!               {
                        $GLOBALS['phpgw_info']['cursor_focus'] = 
"document.thesearch.find.focus();";
                }





reply via email to

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