phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/setup setup.inc.php,1.22,1.23


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/setup setup.inc.php,1.22,1.23
Date: Sun, 27 Oct 2002 20:31:36 -0500

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

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

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/setup/setup.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** setup.inc.php       27 Oct 2002 18:55:21 -0000      1.22
--- setup.inc.php       28 Oct 2002 01:31:33 -0000      1.23
***************
*** 17,30 ****
        $setup_info['todo']['tables']    = array('phpgw_todo');
        $setup_info['todo']['enable']    = 1;
!       $setup_info['todo']['description'] =
!               'phpGroupWare\'s standard ToDo list';
!       $setup_info['todo']['author']    = 'Joseph Engo, Bettina Gille, Mark 
Logemann';
!       $setup_info['todo']['maintainer'] = 'Bettina Gille';
!       $setup_info['todo']['maintainer_email'] = 'address@hidden';
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['todo']['hooks'] = array(
                'home',
-               'about',
                'deleteaccount',
                'manual',
--- 17,50 ----
        $setup_info['todo']['tables']    = array('phpgw_todo');
        $setup_info['todo']['enable']    = 1;
! 
!       $setup_info['todo']['description'] = 'phpGroupWare\'s standard ToDo 
list';
! 
!       $setup_info['todo']['author'][]= array
!       (
!               'name'  => 'Joseph Engo',
!               'email' => 'address@hidden'
!       );
! 
!       $setup_info['todo']['author'][]= array
!       (
!               'name'  => 'Mark Logemann'
!       );
! 
!       $setup_info['todo']['author'][]= array
!       (
!               'name'  => 'Bettina Gille',
!               'email' => 'address@hidden'
!       );
! 
!       $setup_info['todo']['maintainer'] = array
!       (
!               'name'  => 'Bettina Gille',
!               'email' => 'address@hidden'
!       );
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['todo']['hooks'] = array
!       (
                'home',
                'deleteaccount',
                'manual',





reply via email to

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