phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: stocks/setup tables_update.inc.php,NONE,1.1 setup.inc.php,1.8,1.9 tables_current.inc.php,1.1,1.2
Date: Tue, 22 Jan 2002 19:42:49 -0500

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

Modified Files:
        setup.inc.php tables_current.inc.php 
Added Files:
        tables_update.inc.php 
Log Message:
added some country selection

***** Error reading new file: [Errno 2] No such file or directory: 
'tables_update.inc.php'
Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/stocks/setup/setup.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** setup.inc.php       21 Jan 2002 00:19:02 -0000      1.8
--- setup.inc.php       23 Jan 2002 00:42:47 -0000      1.9
***************
*** 13,17 ****
        $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;
--- 13,17 ----
        $setup_info['stocks']['name']      = 'stocks';
        $setup_info['stocks']['title']     = 'Stock Quotes';
!       $setup_info['stocks']['version']   = '0.8.3.002';
        $setup_info['stocks']['app_order'] = 24;
        $setup_info['stocks']['enable']    = 1;

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/stocks/setup/tables_current.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tables_current.inc.php      20 Jan 2002 23:40:39 -0000      1.1
--- tables_current.inc.php      23 Jan 2002 00:42:47 -0000      1.2
***************
*** 18,22 ****
                                'stock_access' => array('type' => 
'varchar','precision' => 7),
                                'stock_name' => array('type' => 
'varchar','precision' => 255,'nullable' => False),
!                               'stock_symbol' => array('type' => 
'varchar','precision' => 255,'nullable' => False)
                        ),
                        'pk' => array('stock_id'),
--- 18,23 ----
                                'stock_access' => array('type' => 
'varchar','precision' => 7),
                                'stock_name' => array('type' => 
'varchar','precision' => 255,'nullable' => False),
!                               'stock_symbol' => array('type' => 
'varchar','precision' => 255,'nullable' => False),
!                 'stock_country' => array('type' => 'char','precision' => 
2,'default' => 'US','nullable' => False)
                        ),
                        'pk' => array('stock_id'),




reply via email to

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