fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11470] property: condition survey - import


From: Sigurd Nes
Subject: [Fmsystem-commits] [11470] property: condition survey - import
Date: Mon, 18 Nov 2013 09:22:52 +0000

Revision: 11470
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11470
Author:   sigurdne
Date:     2013-11-18 09:22:51 +0000 (Mon, 18 Nov 2013)
Log Message:
-----------
property: condition survey - import

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

Modified: trunk/property/inc/class.uiimport.inc.php
===================================================================
--- trunk/property/inc/class.uiimport.inc.php   2013-11-17 16:29:55 UTC (rev 
11469)
+++ trunk/property/inc/class.uiimport.inc.php   2013-11-18 09:22:51 UTC (rev 
11470)
@@ -419,7 +419,7 @@
                                        $attributes     = 
$custom->find2($location_id, 0, '', 'ASC', 'attrib_sort', true, true);
 
 
-                                       $sql = "SELECT * FROM {$this->table} 
WHERE location_id = $location_id";
+                                       $sql = "SELECT * FROM {$this->table} 
WHERE location_id = $location_id ORDER BY id ASC";
                                        
$this->db->query($sql,__LINE__,__FILE__);
 
                                        while ($this->db->next_record())




reply via email to

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