fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9414] property: fixes


From: Sigurd Nes
Subject: [Fmsystem-commits] [9414] property: fixes
Date: Sun, 20 May 2012 17:05:04 +0000

Revision: 9414
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9414
Author:   sigurdne
Date:     2012-05-20 17:05:04 +0000 (Sun, 20 May 2012)
Log Message:
-----------
property: fixes

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

Modified: trunk/property/inc/class.solocation.inc.php
===================================================================
--- trunk/property/inc/class.solocation.inc.php 2012-05-20 16:55:18 UTC (rev 
9413)
+++ trunk/property/inc/class.solocation.inc.php 2012-05-20 17:05:04 UTC (rev 
9414)
@@ -1824,7 +1824,7 @@
                                return $values;
                        }
                        
-                       $this->db->query("SELECT $id_field AS id, {$field_name} 
AS name FROM fm_location{$child_level} WHERE location_code {$this->like} 
'{$location_code}%'",__LINE__,__FILE__);
+                       $this->db->query("SELECT $id_field AS id, {$field_name} 
AS name FROM fm_location{$child_level} WHERE location_code {$this->like} 
'{$location_code}%' ORDER BY {$field_name} ASC",__LINE__,__FILE__);
                        while ($this->db->next_record())
                        {
                                $id = $this->db->f('id');




reply via email to

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