phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/setup setup.inc.php, 1.19.2.6.2.1, 1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/setup setup.inc.php, 1.19.2.6.2.1, 1.19.2.6.2.2
Date: Sat, 13 Sep 2003 19:03:20 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        setup.inc.php 
Log Message:
Update dependencies and versions for 16

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/setup/setup.inc.php,v
retrieving revision 1.19.2.6.2.1
retrieving revision 1.19.2.6.2.2
diff -C2 -r1.19.2.6.2.1 -r1.19.2.6.2.2
*** setup.inc.php       8 Sep 2003 13:26:37 -0000       1.19.2.6.2.1
--- setup.inc.php       13 Sep 2003 23:03:17 -0000      1.19.2.6.2.2
***************
*** 15,23 ****
        $setup_info['addressbook']['name']      = 'addressbook';
        $setup_info['addressbook']['title']     = 'Addressbook';
!       $setup_info['addressbook']['version']   = '0.9.13.002';
        $setup_info['addressbook']['app_order'] = 4;
        $setup_info['addressbook']['enable']    = 1;
  
!       $setup_info['addressbook']['author'] = 'Joseph Engo, Miles Lott';
        $setup_info['addressbook']['note']   = 'The phpgwapi manages contact 
data.  Addressbook manages servers for its remote capability.';
        $setup_info['addressbook']['license']  = 'GPL';
--- 15,23 ----
        $setup_info['addressbook']['name']      = 'addressbook';
        $setup_info['addressbook']['title']     = 'Addressbook';
!       $setup_info['addressbook']['version']   = '0.9.16.000';
        $setup_info['addressbook']['app_order'] = 4;
        $setup_info['addressbook']['enable']    = 1;
  
!       $setup_info['addressbook']['author'] = 'Step One Group';
        $setup_info['addressbook']['note']   = 'The phpgwapi manages contact 
data.  Addressbook manages servers for its remote capability.';
        $setup_info['addressbook']['license']  = 'GPL';
***************
*** 26,30 ****
                Addressbook is the phpgroupware default contact application. 
<br>
                It makes use of the phpgroupware contacts class to store and 
retrieve 
!               contact information via SQL or LDAP.';
  
        $setup_info['addressbook']['maintainer'] = 'phpGroupWare coreteam';
--- 26,30 ----
                Addressbook is the phpgroupware default contact application. 
<br>
                It makes use of the phpgroupware contacts class to store and 
retrieve 
!               contact information via SQL (with the option of data being 
availble read only via LDAP).';
  
        $setup_info['addressbook']['maintainer'] = 'phpGroupWare coreteam';
***************
*** 47,51 ****
        $setup_info['addressbook']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14')
        );
  ?>
--- 47,51 ----
        $setup_info['addressbook']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.14', '0.9.16')
        );
  ?>





reply via email to

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