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: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php, 1.53.2.9.2.13, 1.53.2.9.2.14
Date: Mon, 21 Jul 2003 13:44:22 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        tables_update.inc.php 
Log Message:
added update from version 0.9.14.006

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.9.2.13
retrieving revision 1.53.2.9.2.14
diff -C2 -r1.53.2.9.2.13 -r1.53.2.9.2.14
*** tables_update.inc.php       21 Jul 2003 15:20:29 -0000      1.53.2.9.2.13
--- tables_update.inc.php       21 Jul 2003 17:44:20 -0000      1.53.2.9.2.14
***************
*** 565,568 ****
--- 565,584 ----
        }
  
+       $test[] = '0.9.14.006';
+       function phpgwapi_upgrade0_9_14_006()
+       {
+               // 0.9.14.5xx are the development-versions of the 0.9.16 
release (based on the 0.9.14 api)
+               // as 0.9.15.xxx are already used in HEAD
+               
+               // 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
+               $GLOBALS['phpgw_setup']->db->query("UPDATE languages set 
available='Yes' WHERE lang_id='pl'");
+               
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.14.500';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
+ 
        $test[] = '0.9.14.500';
        function phpgwapi_upgrade0_9_14_500()





reply via email to

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