phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property index.php,1.11,1.12


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property index.php,1.11,1.12
Date: Sat, 28 Jun 2003 13:58:00 -0400

Update of /cvsroot/phpgroupware/property
In directory subversions:/tmp/cvs-serv25520

Modified Files:
        index.php 
Log Message:
no message

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/index.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** index.php   21 May 2003 20:09:51 -0000      1.11
--- index.php   28 Jun 2003 17:57:57 -0000      1.12
***************
*** 17,28 ****
  
        
$start_page=$GLOBALS['phpgw_info']['user']['preferences'][$currentapp]['default_start_page'];
-       if ($start_page)
-       {
-               $sub=$start_page;
-       }
-       else
-       {
-               $sub='property';
-       }
  
        if ($start_page)
--- 17,20 ----
***************
*** 32,41 ****
        else
        {
!               $start_page='menuaction='.$currentapp.'.uiproperty.index';
!               $sub='workorder';
        }
  
!       $GLOBALS['phpgw']->session->appsession('sub','property',$sub);
! 
!       header('Location: '. $GLOBALS['phpgw']->link('/index.php',$start_page));
  ?>
--- 24,30 ----
        else
        {
!               $start_page='menuaction='.$currentapp.'.uilocation.index';
        }
  
!       $GLOBALS['phpgw']->redirect_link('/index.php',$start_page);
  ?>





reply via email to

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