phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware/addbook README,NONE,1.1 index.php,N


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware/addbook README,NONE,1.1 index.php,NONE,1.1 readme,NONE,1.1
Date: Mon, 06 May 2002 11:52:34 -0400

Update of /cvsroot/phpgroupware/phpgroupware/addbook
In directory subversions:/tmp/cvs-serv19665

Added Files:
        README index.php readme 
Log Message:
initial import of address@hidden's new addressbook

--- NEW FILE ---
README - addbook
16.04.2002 heiko

if you want to use apps like email, infolog and projects, you have to copy the 
files in folder "addbook/phpgwapi" to phpgroupware/phpgwapi/inc.
this adds class.contacts1_sql.inc.php which replaces the 
class.contacts_sql.inc.php.
it automatically uses the right contact.class if the user has access to addbook.
if not, it uses the "old" class that is compatible to the "old" addressbook.
the disadvantage is, that you can't use addressbook and addbook parallel to 
each other.



--- NEW FILE ---
<?php
  /**************************************************************************\
  * phpGroupWare - addbook                                                   *
  * http://www.phpgroupware.org                                              *
  * 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.                                              *
  \**************************************************************************/
    
        $GLOBALS['phpgw_info'] = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'addbook'
        );
        include('../header.inc.php');

        $obj = CreateObject('addbook.generic');
        $obj->index();
?>

--- NEW FILE ---
README - addbook
16.04.2002 heiko

if you want to use apps like email, infolog and projects, you have to copy the 
files in folder "addbook/phpgwapi" to phpgroupware/phpgwapi/inc.
this adds class.contacts1_sql.inc.php which replaces the 
class.contacts_sql.inc.php.
it automatically uses the right contact.class if the user has access to addbook.
if not, it uses the "old" class that is compatible to the "old" addressbook.
the disadvantage is, that you can't use addressbook and addbook parallel to 
each other.






reply via email to

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