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.47, 1.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php, 1.47, 1.48
Date: Thu, 28 Aug 2003 18:07:49 -0400

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

Modified Files:
        tables_current.inc.php 
Log Message:
fix for bug #4966tables_current.inc.php

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** tables_current.inc.php      25 Aug 2003 10:10:12 -0000      1.47
--- tables_current.inc.php      28 Aug 2003 22:07:46 -0000      1.48
***************
*** 361,366 ****
                                'method' => array('type' => 
'varchar','precision' => '80','nullable' => False),
                                'data' => array('type' => 'text','nullable' => 
False)
!                               'account_id' => array('type' =>
! 'int','precision' => '4','nullable' => False,'default' => '0')
                        ),
                        'pk' => array('id'),
--- 361,365 ----
                                'method' => array('type' => 
'varchar','precision' => '80','nullable' => False),
                                'data' => array('type' => 'text','nullable' => 
False)
!                               'account_id' => array('type' => 
'int','precision' => '4','nullable' => False,'default' => '0')
                        ),
                        'pk' => array('id'),





reply via email to

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