fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12500] modifying request class


From: Alejandro
Subject: [Fmsystem-commits] [12500] modifying request class
Date: Wed, 24 Dec 2014 17:38:23 +0000

Revision: 12500
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12500
Author:   nudrick
Date:     2014-12-24 17:38:22 +0000 (Wed, 24 Dec 2014)
Log Message:
-----------
modifying request class

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.sorequest.inc.php

Modified: branches/dev-syncromind/property/inc/class.sorequest.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.sorequest.inc.php        
2014-12-23 23:44:22 UTC (rev 12499)
+++ branches/dev-syncromind/property/inc/class.sorequest.inc.php        
2014-12-24 17:38:22 UTC (rev 12500)
@@ -616,6 +616,9 @@
                                        case 'planned_year':
                                                $ordermethod = " ORDER BY 
planned_year $sort";
                                                break;
+                                       case 'loc1_name':
+                                               $ordermethod = " ORDER BY 
fm_location1.loc1_name $sort";
+                                               break;
                                        default:
                                                $ordermethod = " order by 
$order $sort";                                        
                                }




reply via email to

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