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.3,1.53.2.9.2.4
Date: Fri, 18 Apr 2003 13:58:13 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        tables_update.inc.php 
Log Message:
update to 0.9.14.003

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.9.2.3
retrieving revision 1.53.2.9.2.4
diff -C2 -r1.53.2.9.2.3 -r1.53.2.9.2.4
*** tables_update.inc.php       3 Apr 2003 22:15:04 -0000       1.53.2.9.2.3
--- tables_update.inc.php       18 Apr 2003 17:58:10 -0000      1.53.2.9.2.4
***************
*** 517,520 ****
--- 517,536 ----
        }
  
+       $test[] = '0.9.14.003';
+       function phpgwapi_upgrade0_9_14_003()
+       {
+               // 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' => False));
+ 
+               // 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]