phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.9.2


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.9.2.9,1.53.2.9.2.10
Date: Tue, 10 Jun 2003 18:31:59 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        tables_update.inc.php 
Log Message:
fix for vfs

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.9.2.9
retrieving revision 1.53.2.9.2.10
diff -C2 -r1.53.2.9.2.9 -r1.53.2.9.2.10
*** tables_update.inc.php       17 May 2003 20:44:46 -0000      1.53.2.9.2.9
--- tables_update.inc.php       10 Jun 2003 22:31:57 -0000      1.53.2.9.2.10
***************
*** 508,512 ****
                
                // this is the 0.9.15.003 update, needed for the new 
filemanager and vfs-classes in the api
!               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_vfs','content', array ('type' 
=> 'text', 'nullable' => False));
  
                // this is the 0.9.15.004 update, needed for the polish 
translations
--- 508,512 ----
                
                // this is the 0.9.15.003 update, needed for the new 
filemanager and vfs-classes in the api
!               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_vfs','content', array ('type' 
=> 'text', 'nullable' => True));
  
                // this is the 0.9.15.004 update, needed for the polish 
translations
***************
*** 524,528 ****
                
                // this is the 0.9.15.003 update, needed for the new 
filemanager and vfs-classes in the api
!               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_vfs','content', array ('type' 
=> 'text', 'nullable' => False));
  
                // this is the 0.9.15.004 update, needed for the polish 
translations
--- 524,528 ----
                
                // this is the 0.9.15.003 update, needed for the new 
filemanager and vfs-classes in the api
!               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_vfs','content', array ('type' 
=> 'text', 'nullable' => True));
  
                // this is the 0.9.15.004 update, needed for the polish 
translations





reply via email to

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