phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: timetrack/setup setup.inc.php,1.6,1.7


From: Bob Schader <address@hidden>
Subject: [Phpgroupware-cvs] CVS: timetrack/setup setup.inc.php,1.6,1.7
Date: Sun, 28 Apr 2002 22:33:54 -0400

Update of /cvsroot/phpgroupware/timetrack/setup
In directory subversions:/tmp/cvs-serv15979

Modified Files:
        setup.inc.php 
Log Message:
add about hook registration

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/setup/setup.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** setup.inc.php       18 Mar 2002 03:18:05 -0000      1.6
--- setup.inc.php       29 Apr 2002 02:33:51 -0000      1.7
***************
*** 1,37 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - timetrack                                              
    *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
! 
!       $setup_info['timetrack']['name']    = 'timetrack';
!       $setup_info['timetrack']['title']   = 'timetrack';
!       $setup_info['timetrack']['version'] = '0.9.13.001';
!       $setup_info['timetrack']['app_order'] = 3;
!       $setup_info['timetrack']['enable']  = 1;
! 
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_customers';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_emplyprof';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_job_details';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_job_status';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_jobs';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_locations';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_wk_cat';
! 
!       /* The hooks this app includes, needed for hooks registration */
!       $setup_info['timetrack']['hooks'][] = 'preferences';
!       $setup_info['timetrack']['hooks'][] = 'admin';
! 
!       /* Dependencies for this app to work */
!       $setup_info['timetrack']['depends'][] = array(
!                'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13','0.9.14','0.9.15')
!       );
! ?>
--- 1,38 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - timetrack                                              
    *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
! 
!       $setup_info['timetrack']['name']    = 'timetrack';
!       $setup_info['timetrack']['title']   = 'timetrack';
!       $setup_info['timetrack']['version'] = '0.9.13.001';
!       $setup_info['timetrack']['app_order'] = 3;
!       $setup_info['timetrack']['enable']  = 1;
! 
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_customers';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_emplyprof';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_job_details';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_job_status';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_jobs';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_locations';
!       $setup_info['timetrack']['tables'][] = 'phpgw_ttrack_wk_cat';
! 
!       /* The hooks this app includes, needed for hooks registration */
!       $setup_info['timetrack']['hooks'][] = 'preferences';
!       $setup_info['timetrack']['hooks'][] = 'admin';
!       $setup_info['timetrack']['hooks'][] = 'about';
! 
!       /* Dependencies for this app to work */
!       $setup_info['timetrack']['depends'][] = array(
!                'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13','0.9.14','0.9.15')
!       );
! ?>




reply via email to

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