fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9280] property: typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [9280] property: typo
Date: Fri, 04 May 2012 12:51:02 +0000

Revision: 9280
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9280
Author:   sigurdne
Date:     2012-05-04 12:51:01 +0000 (Fri, 04 May 2012)
Log Message:
-----------
property: typo

Modified Paths:
--------------
    trunk/property/inc/class.soXport.inc.php

Modified: trunk/property/inc/class.soXport.inc.php
===================================================================
--- trunk/property/inc/class.soXport.inc.php    2012-05-04 11:58:05 UTC (rev 
9279)
+++ trunk/property/inc/class.soXport.inc.php    2012-05-04 12:51:01 UTC (rev 
9280)
@@ -765,7 +765,7 @@
                        $orders = array();
                        if($orders_affected)
                        {
-                               $sql = 'SELECT order_id, actual_cost FROM 
fm_orders_actual_cost_view WHERE order_id IN (' . implode(',' 
array_keys($orders_affected)) . ')';
+                               $sql = 'SELECT order_id, actual_cost FROM 
fm_orders_actual_cost_view WHERE order_id IN (' . implode(',', 
array_keys($orders_affected)) . ')';
                                $this->db->query($sql,__LINE__,__FILE__);
 
                                while ($this->db->next_record())




reply via email to

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