phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook admin.php, 1.1, 1.1.6.1 csv_import.p


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook admin.php, 1.1, 1.1.6.1 csv_import.php, 1.4.2.6.2.2, 1.4.2.6.2.3 index.php, 1.117, 1.117.4.1
Date: Mon, 08 Sep 2003 09:27:08 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        admin.php csv_import.php index.php 
Log Message:
Adding new contacts backend ... and associated code


Index: admin.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/Attic/admin.php,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -C2 -r1.1 -r1.1.6.1

Index: csv_import.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/csv_import.php,v
retrieving revision 1.4.2.6.2.2
retrieving revision 1.4.2.6.2.3
diff -C2 -r1.4.2.6.2.2 -r1.4.2.6.2.3

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/index.php,v
retrieving revision 1.117
retrieving revision 1.117.4.1
diff -C2 -r1.117 -r1.117.4.1
*** index.php   29 Dec 2001 21:37:12 -0000      1.117
--- index.php   8 Sep 2003 13:26:35 -0000       1.117.4.1
***************
*** 14,18 ****
  
        /* $Id$ */
- 
        $GLOBALS['phpgw_info'] = array();
  
--- 14,17 ----
***************
*** 24,29 ****
        include('../header.inc.php');
  
!       $obj = CreateObject('addressbook.uiaddressbook');
!       $obj->index();
  
        $GLOBALS['phpgw']->common->phpgw_footer();
--- 23,48 ----
        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));
  
        $GLOBALS['phpgw']->common->phpgw_footer();





reply via email to

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