phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: cart/setup setup.inc.php,1.9,1.10


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cart/setup setup.inc.php,1.9,1.10
Date: Sun, 27 Oct 2002 20:31:35 -0500

Update of /cvsroot/phpgroupware/cart/setup
In directory subversions:/tmp/cvs-serv21491/cart/setup

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

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/cart/setup/setup.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** setup.inc.php       23 Oct 2002 20:47:28 -0000      1.9
--- setup.inc.php       28 Oct 2002 01:31:33 -0000      1.10
***************
*** 17,37 ****
        $setup_info['cart']['enable']    = 1;
  
!       $setup_info['cart']['author'] = 'Bettina Gille';
        $setup_info['cart']['license']  = 'GPL';
!       $setup_info['cart']['description'] =
!               'An online shopping program.';
!       $setup_info['cart']['maintainer'] = 'Bettina Gille';
!       $setup_info['cart']['maintainer_email'] = 'address@hidden';
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['cart']['hooks'] = array(
!               'about',
                'manual'
        );
  
        /* Dependencies for this app to work */
!       $setup_info['cart']['depends'][] = array(
                'appname' => 'phpgwapi',
!               'versions' => Array('0.9.13', '0.9.14','0.9.15')
        );
  ?>
--- 17,42 ----
        $setup_info['cart']['enable']    = 1;
  
!       $setup_info['cart']['author'] = array
!       (
!               'name'  => 'Bettina Gille',
!               'email' => 'address@hidden'
!       );
! 
        $setup_info['cart']['license']  = 'GPL';
!       $setup_info['cart']['description'] = 'An online shopping program.';
! 
!       $setup_info['cart']['maintainer'] = $setup_info['cart']['author'];
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['cart']['hooks'] = array
!       (
                'manual'
        );
  
        /* Dependencies for this app to work */
!       $setup_info['cart']['depends'][] = array
!       (
                'appname' => 'phpgwapi',
!               'versions' => Array('0.9.15')
        );
  ?>





reply via email to

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