phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php,1.32,1.33


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php,1.32,1.33
Date: Fri, 15 Feb 2002 13:49:09 -0500

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv32107/phpgwapi/setup

Modified Files:
        tables_current.inc.php 
Log Message:
Applied patch #104 and fix for Support #100433.

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** tables_current.inc.php      25 Nov 2001 23:32:16 -0000      1.32
--- tables_current.inc.php      15 Feb 2002 18:49:06 -0000      1.33
***************
*** 31,35 ****
                                'app_enabled' => array('type' => 'int', 
'precision' => 4),
                                'app_order' => array('type' => 'int', 
'precision' => 4),
!                               'app_tables' => array('type' => 'varchar', 
'precision' => 255),
                                'app_version' => array('type' => 'varchar', 
'precision' => 20, 'nullable' => false, 'default' => '0.0')
                        ),
--- 31,35 ----
                                'app_enabled' => array('type' => 'int', 
'precision' => 4),
                                'app_order' => array('type' => 'int', 
'precision' => 4),
!                               'app_tables' => array('type' => 'text'),
                                'app_version' => array('type' => 'varchar', 
'precision' => 20, 'nullable' => false, 'default' => '0.0')
                        ),




reply via email to

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