fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11472] property: order by id


From: Sigurd Nes
Subject: [Fmsystem-commits] [11472] property: order by id
Date: Mon, 18 Nov 2013 12:35:09 +0000

Revision: 11472
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11472
Author:   sigurdne
Date:     2013-11-18 12:35:03 +0000 (Mon, 18 Nov 2013)
Log Message:
-----------
property: order by id

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-18 10:33:08 UTC (rev 
11471)
+++ trunk/property/inc/class.uiimport.inc.php   2013-11-18 12:35:03 UTC (rev 
11472)
@@ -456,7 +456,7 @@
                                                $_fields[$field] = true;
                                        }
 
-                                       $sql = "SELECT * FROM {$this->table}";
+                                       $sql = "SELECT * FROM {$this->table} 
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]