phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook index.php,1.117.4.1,1.117.4.2


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] addressbook index.php,1.117.4.1,1.117.4.2
Date: Fri, 26 Sep 2003 05:32:05 +0000

Update of /cvsroot/phpgroupware/addressbook
In directory subversions:/tmp/cvs-serv730

Modified Files:
      Tag: Version-0_9_16-branch
        index.php 
Log Message:
Fixes for bugs 5188, 5237 - from jarg


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/index.php,v
retrieving revision 1.117.4.1
retrieving revision 1.117.4.2
diff -C2 -d -r1.117.4.1 -r1.117.4.2
*** index.php   8 Sep 2003 13:26:35 -0000       1.117.4.1
--- index.php   26 Sep 2003 05:32:02 -0000      1.117.4.2
***************
*** 22,46 ****
        );
        include('../header.inc.php');
! 
! 
! //    $obj = CreateObject('addressbook.uiaddressbook');
! //    $obj->cat_id = get_var('cat_id');
! //    $obj->index('Persons');
! 
! //    if(get_var('cat_id'))
! //    {
!               $parms = Array(
!                              'menuaction'=> 'addressbook.uiaddressbook.index',
!                              'section' => 'Persons',
!                              'cat_id' => get_var('cat_id')
!                              );
! //    }
! //    else
! //    {
! //            $parms = Array(
! //                           'menuaction'=> 'addressbook.uiaddressbook.index',
! //                           'section' => 'Persons'
! //                           );
! //    }
  
        Header('Location: '.$GLOBALS['phpgw']->link('/index.php',$parms));
--- 22,31 ----
        );
        include('../header.inc.php');
!       
!       $parms = Array(
!                      'menuaction'=> 'addressbook.uiaddressbook.index',
!                      'section' => 'Persons',
!                      'cat_id' => get_var('cat_id')
!                      );
  
        Header('Location: '.$GLOBALS['phpgw']->link('/index.php',$parms));





reply via email to

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