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.12,1.13


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/setup setup.inc.php,1.12,1.13
Date: Sun, 27 Oct 2002 19:26:59 -0500

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

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

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/setup/setup.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** setup.inc.php       24 Oct 2002 20:23:34 -0000      1.12
--- setup.inc.php       28 Oct 2002 00:26:57 -0000      1.13
***************
*** 18,21 ****
--- 18,54 ----
        $setup_info['preferences']['enable']    = 2;
  
+       $setup_info['admin']['author'][] = array
+       (
+               'name'  => 'phpGroupWare coreteam',
+               'email' => 'address@hidden'
+       );
+ 
+       $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 */
        $setup_info['preferences']['hooks'][] = 'deleteaccount';
***************
*** 26,32 ****
  
        /* Dependencies for this app to work */
!       $setup_info['preferences']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14','0.9.15')
        );
  ?>
--- 59,66 ----
  
        /* Dependencies for this app to work */
!       $setup_info['preferences']['depends'][] = array
!       (
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.15')
        );
  ?>





reply via email to

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