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


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php, 1.48, 1.49
Date: Sun, 07 Sep 2003 07:00:52 -0400

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

Modified Files:
        tables_current.inc.php 
Log Message:
fixed missing ,

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** tables_current.inc.php      28 Aug 2003 22:07:46 -0000      1.48
--- tables_current.inc.php      7 Sep 2003 11:00:47 -0000       1.49
***************
*** 360,364 ****
                                'times' => array('type' => 
'varchar','precision' => '255','nullable' => False),
                                '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')
                        ),
--- 360,364 ----
                                'times' => array('type' => 
'varchar','precision' => '255','nullable' => False),
                                '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')
                        ),





reply via email to

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