phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/setup setup.inc.php,1.13,1.14


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/setup setup.inc.php,1.13,1.14
Date: Sat, 03 May 2003 19:24:52 -0400

Update of /cvsroot/phpgroupware/preferences/setup
In directory subversions:/tmp/cvs-serv8157

Modified Files:
        setup.inc.php 
Log Message:
update setup info

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/setup/setup.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** setup.inc.php       28 Oct 2002 00:26:57 -0000      1.13
--- setup.inc.php       3 May 2003 23:24:49 -0000       1.14
***************
*** 9,13 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
--- 9,12 ----
***************
*** 18,22 ****
        $setup_info['preferences']['enable']    = 2;
  
!       $setup_info['admin']['author'][] = array
        (
                'name'  => 'phpGroupWare coreteam',
--- 17,21 ----
        $setup_info['preferences']['enable']    = 2;
  
!       $setup_info['preferences']['author'][] = array
        (
                'name'  => 'phpGroupWare coreteam',
***************
*** 24,53 ****
        );
  
!       $setup_info['admin']['maintainer'][]  = array
!       (
!               'name'  => 'Joseph Engo',
!               'email' => 'address@hidden'
!       );
! 
!       $setup_info['admin']['maintainer'][]  = array
        (
!               'name'  => 'Marc A. Peters',
!               'email' => 'address@hidden'
!       );
! 
!       $setup_info['admin']['maintainer'][]    = array
!       (
!               'name'  => 'Bettina Gille',
!               'email' => 'address@hidden'
!       );
! 
!       $setup_info['admin']['maintainer'][]  = array
!       (
!               'name'  => 'Dan Kuykendall',
!               'email' => 'address@hidden'
        );
  
!       $setup_info['admin']['license']  = 'GPL';
!       $setup_info['admin']['description'] = 'phpGroupWare preferences 
application';
  
        /* The hooks this app includes, needed for hooks registration */
--- 23,35 ----
        );
  
!       $setup_info['preferences']['maintainer'][] = array
        (
!               'name'  => 'phpGroupWare coreteam',
!               'email' => 'address@hidden',
!               'url'   => 'www.phpgroupware.org/coredevelopers'
        );
  
!       $setup_info['preferences']['license']  = 'GPL';
!       $setup_info['preferences']['description'] = 'phpGroupWare preferences 
application';
  
        /* The hooks this app includes, needed for hooks registration */





reply via email to

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