phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog index.php,1.15,1.16


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog index.php,1.15,1.16
Date: Thu, 31 Jul 2003 05:20:38 -0400

Update of /cvsroot/phpgroupware/infolog
In directory subversions:/tmp/cvs-serv30146/infolog

Modified Files:
        index.php 
Log Message:
default Filter (for entering InfoLog) was not used

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/index.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** index.php   16 Oct 2002 00:51:44 -0000      1.15
--- index.php   31 Jul 2003 09:20:36 -0000      1.16
***************
*** 21,25 ****
        include('../header.inc.php');
  
!       header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=infolog.uiinfolog.index'));
        $GLOBALS['phpgw']->common->phpgw_exit();
  ?>
--- 21,28 ----
        include('../header.inc.php');
  
!       $GLOBALS['phpgw']->redirect_link('/index.php',array(
!               'menuaction' => 'infolog.uiinfolog.index',
!               'filter'     => 
$GLOBALS['phpgw_info']['user']['preferences']['infolog']['defaultFilter']
!       ));
        $GLOBALS['phpgw']->common->phpgw_exit();
  ?>





reply via email to

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