[Top][All Lists]
[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.9.2.9,1.53.2.9.2.10,
Dave Hall <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: filemanager index.php,1.30.2.9.2.1,1.30.2.9.2.2
- Next by Date:
[Phpgroupware-cvs] CVS: projects/inc class.boprojecthours.inc.php,1.8.2.1.2.1,1.8.2.1.2.2 class.uiprojecthours.inc.php,1.22.2.5.2.5,1.22.2.5.2.6
- Previous by thread:
[Phpgroupware-cvs] CVS: filemanager index.php,1.30.2.9.2.1,1.30.2.9.2.2
- Next by thread:
[Phpgroupware-cvs] CVS: projects/inc class.boprojecthours.inc.php,1.8.2.1.2.1,1.8.2.1.2.2 class.uiprojecthours.inc.php,1.22.2.5.2.5,1.22.2.5.2.6
- Index(es):