phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup setup.inc.php tables_update.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/setup setup.inc.php tables_update.inc.php
Date: Mon, 13 Nov 2006 12:24:21 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/11/13 12:24:21

Modified files:
        setup          : setup.inc.php tables_update.inc.php 

Log message:
        allow long description

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/setup/setup.inc.php?cvsroot=phpgroupware&r1=1.53&r2=1.54
http://cvs.savannah.gnu.org/viewcvs/property/setup/tables_update.inc.php?cvsroot=phpgroupware&r1=1.61&r2=1.62

Patches:
Index: setup.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- setup.inc.php       31 Oct 2006 19:13:11 -0000      1.53
+++ setup.inc.php       13 Nov 2006 12:24:21 -0000      1.54
@@ -8,12 +8,12 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage setup
-       * @version $Id: setup.inc.php,v 1.53 2006/10/31 19:13:11 sigurdne Exp $
+       * @version $Id: setup.inc.php,v 1.54 2006/11/13 12:24:21 sigurdne Exp $
        */
 
        $setup_info['property']['name']         = 'property';
        $setup_info['property']['title']        = 'Property';
-       $setup_info['property']['version']      = '0.9.17.532';
+       $setup_info['property']['version']      = '0.9.17.533';
        $setup_info['property']['app_order']    = 8;
        $setup_info['property']['enable']       = 1;
        $setup_info['property']['app_group']    = 'office';

Index: tables_update.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/setup/tables_update.inc.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- tables_update.inc.php       2 Nov 2006 09:53:30 -0000       1.61
+++ tables_update.inc.php       13 Nov 2006 12:24:21 -0000      1.62
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage setup
-       * @version $Id: tables_update.inc.php,v 1.61 2006/11/02 09:53:30 
sigurdne Exp $
+       * @version $Id: tables_update.inc.php,v 1.62 2006/11/13 12:24:21 
sigurdne Exp $
        */
 
        /**
@@ -1652,3 +1652,19 @@
                $GLOBALS['setup_info']['property']['currentver'] = '0.9.17.532';
                return $GLOBALS['setup_info']['property']['currentver'];
        }
+
+       /**
+       * Update property version from 0.9.17.532 to 0.9.17.533
+       */
+
+       $test[] = '0.9.17.532';
+       function property_upgrade0_9_17_532()
+       {
+               $GLOBALS['phpgw_setup']->oProc->m_odb->transaction_begin();
+               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('fm_template_hours','hours_descr',array('type'
 => 'text','nullable' => True));
+               $GLOBALS['phpgw_setup']->oProc->m_odb->transaction_commit();
+               $GLOBALS['setup_info']['property']['currentver'] = '0.9.17.533';
+               return $GLOBALS['setup_info']['property']['currentver'];
+       }
+       
+




reply via email to

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