noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/29: Sort by earliest one


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/29: Sort by earliest one
Date: Wed, 4 Nov 2020 11:08:37 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4eb86ba3e774a3b136079d6bc8133481e6e3d356
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Oct 27 19:43:14 2020 +0100

    Sort by earliest one
---
 include/class/follow_up.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index c36fe8d..fe247b2 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -1798,7 +1798,7 @@ class Follow_Up
                 where
                   p2.aga_greatest is not null and
                   p2.aga_greatest = p1.aga_least
-              ) select aga_least,aga_greatest,depth from t order by depth desc 
+              ) select aga_least,aga_greatest,depth from t order by depth 
desc,aga_least asc 
                 ' , array($this->ag_id)
                 );
         if ( ! empty($value ) ) 



reply via email to

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