phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: stocks/setup tables_baseline.inc.php,NONE,1.1 ta


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: stocks/setup tables_baseline.inc.php,NONE,1.1 tables_current.inc.php,NONE,1.1 setup.inc.php,1.6,1.7
Date: Sun, 20 Jan 2002 18:40:41 -0500

Update of /cvsroot/phpgroupware/stocks/setup
In directory subversions:/tmp/cvs-serv15912/setup

Modified Files:
        setup.inc.php 
Added Files:
        tables_baseline.inc.php tables_current.inc.php 
Log Message:
moved stocks to ntier

***** Error reading new file: [Errno 2] No such file or directory: 
'tables_baseline.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'tables_current.inc.php'
Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/stocks/setup/setup.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** setup.inc.php       20 Jan 2002 04:11:41 -0000      1.6
--- setup.inc.php       20 Jan 2002 23:40:39 -0000      1.7
***************
*** 13,28 ****
        $setup_info['stocks']['name']      = 'stocks';
        $setup_info['stocks']['title']     = 'Stock Quotes';
!       $setup_info['stocks']['version']   = '0.8.1';
        $setup_info['stocks']['app_order'] = 24;
        $setup_info['stocks']['enable']    = 1;
  
!       $setup_info['stocks']['tables'] = '';
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['stocks']['hooks'][] = 'preferences';
!       $setup_info['stocks']['hooks'][] = 'home';
  
        /* Dependencies for this app to work */
!       $setup_info['stocks']['depends'][] = array(
                 'appname' => 'phpgwapi',
                 'versions' => Array('0.9.13', '0.9.14','0.9.15')
--- 13,40 ----
        $setup_info['stocks']['name']      = 'stocks';
        $setup_info['stocks']['title']     = 'Stock Quotes';
!       $setup_info['stocks']['version']   = '0.8.3.001';
        $setup_info['stocks']['app_order'] = 24;
        $setup_info['stocks']['enable']    = 1;
  
!       $setup_info['stocks']['tables'] = array('phpgw_stocks');
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['stocks']['hooks'] = array
!       (
!               'preferences',
!               'manual',
!               'home',
!               'add_def_pref'
!       );
  
        /* Dependencies for this app to work */
!       $setup_info['stocks']['depends'][] = array
!       (
!                'appname' => 'preferences',
!                'versions' => Array('0.9.13','0.9.14','0.9.15')
!       );
! 
!       $setup_info['stocks']['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]