[21044] preparing the new revision due to wrong images set

Caeies <[email protected]> Thu, 25 Mar 2010 22:33:21 +0000
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 21044
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21044
Author:   Caeies
Date:     2010-03-25 22:33:21 +0000 (Thu, 25 Mar 2010)
Log Message:
-----------
preparing the new revision due to wrong images set

Modified Paths:
--------------
    modules/phpgwapi/branches/branch_0_9_16/setup/setup.inc.php
    modules/phpgwapi/branches/branch_0_9_16/setup/tables_update.inc.php

Property Changed:
----------------
    modules/phpgwapi/branches/branch_0_9_16/setup/setup.inc.php

Modified: modules/phpgwapi/branches/branch_0_9_16/setup/setup.inc.php
===================================================================
--- modules/phpgwapi/branches/branch_0_9_16/setup/setup.inc.php	2010-03-25 21:07:36 UTC (rev 21043)
+++ modules/phpgwapi/branches/branch_0_9_16/setup/setup.inc.php	2010-03-25 22:33:21 UTC (rev 21044)
@@ -15,7 +15,7 @@
 	/* Basic information about this app */
 	$setup_info['phpgwapi']['name']      = 'phpgwapi';
 	$setup_info['phpgwapi']['title']     = 'phpgwapi';
-	$setup_info['phpgwapi']['version']   = '0.9.16.014';
+	$setup_info['phpgwapi']['version']   = '0.9.16.015';
 	$setup_info['phpgwapi']['versions']['current_header'] = '1.24';
 	$setup_info['phpgwapi']['enable']    = 3;
 	$setup_info['phpgwapi']['app_order'] = 1;


Property changes on: modules/phpgwapi/branches/branch_0_9_16/setup/setup.inc.php
___________________________________________________________________
Deleted: svn:executable
   - *

Modified: modules/phpgwapi/branches/branch_0_9_16/setup/tables_update.inc.php
===================================================================
--- modules/phpgwapi/branches/branch_0_9_16/setup/tables_update.inc.php	2010-03-25 21:07:36 UTC (rev 21043)
+++ modules/phpgwapi/branches/branch_0_9_16/setup/tables_update.inc.php	2010-03-25 22:33:21 UTC (rev 21044)
@@ -1844,3 +1844,9 @@
 	{
 		return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] = '0.9.16.014';
 	}
+
+	$test[] = '0.9.16.014';
+	function phpgwapi_upgrade0_9_16_014()
+	{
+		return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] = '0.9.16.015';
+	}