fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10976]


From: Sigurd Nes
Subject: [Fmsystem-commits] [10976]
Date: Mon, 11 Mar 2013 09:09:48 +0000

Revision: 10976
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10976
Author:   sigurdne
Date:     2013-03-11 09:09:47 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------


Modified Paths:
--------------
    trunk/property/setup/tables_update.inc.php

Modified: trunk/property/setup/tables_update.inc.php
===================================================================
--- trunk/property/setup/tables_update.inc.php  2013-03-10 16:45:26 UTC (rev 
10975)
+++ trunk/property/setup/tables_update.inc.php  2013-03-11 09:09:47 UTC (rev 
10976)
@@ -7432,7 +7432,7 @@
        function property_upgrade0_9_17_666()
        {
                $GLOBALS['phpgw_setup']->oProc->m_odb->transaction_begin();
-/*
+
                
$GLOBALS['phpgw_setup']->oProc->AddColumn('fm_request','recommended_year',array(
                                'type' =>       'int',
                                'precision' => 4,
@@ -7461,7 +7461,7 @@
                                'uc' => array()
                        )
                );
-*/
+
                $GLOBALS['phpgw_setup']->oProc->query("SELECT DISTINCT 
fm_request.category, phpgw_categories.cat_name, 
phpgw_categories.cat_description FROM fm_request JOIN phpgw_categories ON 
fm_request.category = phpgw_categories.cat_id");
                $request_cats = array();
 




reply via email to

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