phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: cdb/setup tables_current.inc.php,1.2,1.3


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cdb/setup tables_current.inc.php,1.2,1.3
Date: Thu, 21 Feb 2002 07:41:50 -0500

Update of /cvsroot/phpgroupware/cdb/setup
In directory subversions:/tmp/cvs-serv25536

Modified Files:
        tables_current.inc.php 
Log Message:
php3 comma fix



Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/setup/tables_current.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** tables_current.inc.php      20 Feb 2002 22:14:35 -0000      1.2
--- tables_current.inc.php      21 Feb 2002 12:41:48 -0000      1.3
***************
*** 54,58 ****
                                'entity_id' => array('type' => 'auto'),
                                'contact_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0'),
!                               'organization_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0'),
                        ),
                        'pk' => array('entity_id'),
--- 54,58 ----
                                'entity_id' => array('type' => 'auto'),
                                'contact_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0'),
!                               'organization_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0')
                        ),
                        'pk' => array('entity_id'),




reply via email to

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