fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9820] property : update sql


From: Sigurd Nes
Subject: [Fmsystem-commits] [9820] property : update sql
Date: Tue, 31 Jul 2012 10:58:05 +0000

Revision: 9820
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9820
Author:   sigurdne
Date:     2012-07-31 10:58:03 +0000 (Tue, 31 Jul 2012)
Log Message:
-----------
property : update sql

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

Modified: trunk/property/setup/tables_update.inc.php
===================================================================
--- trunk/property/setup/tables_update.inc.php  2012-07-31 10:30:35 UTC (rev 
9819)
+++ trunk/property/setup/tables_update.inc.php  2012-07-31 10:58:03 UTC (rev 
9820)
@@ -6551,7 +6551,7 @@
 
                $GLOBALS['phpgw_setup']->oProc->query("UPDATE 
fm_eco_periodization SET active = 1",__LINE__,__FILE__);
 
-               $sql = 'SELECT * FROM fm_project_budget JOIN fm_project ON 
fm_project_budget.project_id = fm_project.id';
+               $sql = 'SELECT fm_project_budget.* FROM fm_project_budget JOIN 
fm_project ON fm_project_budget.project_id = fm_project.id';
                $GLOBALS['phpgw_setup']->oProc->query($sql,__LINE__,__FILE__);
 
                $budgets = array();




reply via email to

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