phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/setup setup.inc.php,1.12,1.13


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

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

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

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/setup/setup.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** setup.inc.php       27 Oct 2002 18:14:31 -0000      1.12
--- setup.inc.php       28 Oct 2002 01:31:33 -0000      1.13
***************
*** 16,29 ****
        $setup_info['notes']['tables']    = array('phpgw_notes');
        $setup_info['notes']['enable']    = 1;
!       $setup_info['notes']['description'] =
!               'Notes and short texts can go in here';
!       $setup_info['notes']['author'] = 'Bettina Gille, Andy Holman (LoCdOg)';
!       $setup_info['notes']['maintainer'] = 'Bettina Gille';
!       $setup_info['notes']['maintainer_email'] = 'address@hidden';
  
        /* The hooks this app includes, needed for hooks registration */
        $setup_info['notes']['hooks'] = array
        (
-               'about',
                'add_def_pref',
                'deleteaccount',
--- 16,41 ----
        $setup_info['notes']['tables']    = array('phpgw_notes');
        $setup_info['notes']['enable']    = 1;
!       $setup_info['notes']['description'] = 'Notes and short texts can go in 
here';
! 
!        $setup_info['notes']['author'][] = array
!       (
!               'name'  => 'Andy Holman (LoCdOg)'
!       );
! 
!       $setup_info['notes']['author'][] = array
!       (
!               'name'  => 'Bettina Gille',
!               'email' => 'address@hidden'
!       );
! 
!       $setup_info['notes']['maintainer'] = array
!       (
!               'name'  => 'Bettina Gille',
!               'email' => 'address@hidden'
!       );
  
        /* The hooks this app includes, needed for hooks registration */
        $setup_info['notes']['hooks'] = array
        (
                'add_def_pref',
                'deleteaccount',
***************
*** 34,40 ****
  
        /* Dependencies for this app to work */
!       $setup_info['notes']['depends'][] = array(
                'appname'  => 'phpgwapi',
!               'versions' => Array('0.9.13','0.9.14','0.9.15')
        );
  
--- 46,53 ----
  
        /* Dependencies for this app to work */
!       $setup_info['notes']['depends'][] = array
!       (
                'appname'  => 'phpgwapi',
!               'versions' => Array('0.9.15')
        );
  





reply via email to

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