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.13,1.13.2.1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog index.php,1.13,1.13.2.1
Date: Tue, 23 Apr 2002 15:30:07 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
GNU Bug #100797.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/index.php,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -r1.13 -r1.13.2.1
*** index.php   26 Jul 2001 11:06:07 -0000      1.13
--- index.php   23 Apr 2002 19:30:05 -0000      1.13.2.1
***************
*** 1,28 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - Info Log                                               
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * originaly based on todo written by Joseph Engo <address@hidden>  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
! 
!       $phpgw_info['flags'] = array(
!               'currentapp'    => 'infolog', 
!               'noheader'              => True,
!               'nonavbar'              => True
!       );
!       include('../header.inc.php');
! 
!       $obj = CreateObject('infolog.uiinfolog');
!       $QUERY_STRING = 'menuaction=infolog.uiinfolog.get_list'; // to make 
cats-selection work if called by index.php
!       $obj->get_list();
! 
!       $phpgw->common->phpgw_footer();
! ?>
--- 1,25 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - Info Log                                               
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * originaly based on todo written by Joseph Engo <address@hidden>  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
! 
!       $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp'    => 'infolog', 
!               'noheader'              => True,
!               'nonavbar'              => True
!       );
!       include('../header.inc.php');
! 
!       header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=infolog.uiinfolog.get_list'));
!       $GLOBALS['phpgw']->common->phpgw_exit();
! ?>




reply via email to

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