Revision: 19096
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19096
Author:   skwashd
Date:     2009-03-09 11:41:34 +0000 (Mon, 09 Mar 2009)
Log Message:
-----------
fix sorting of infolog entries so newest entries show up first

Modified Paths:
--------------
    branches/Version-0_9_16-branch/infolog/inc/class.soinfolog.inc.php

Modified: branches/Version-0_9_16-branch/infolog/inc/class.soinfolog.inc.php
===================================================================
--- branches/Version-0_9_16-branch/infolog/inc/class.soinfolog.inc.php  
2009-02-22 02:30:56 UTC (rev 19095)
+++ branches/Version-0_9_16-branch/infolog/inc/class.soinfolog.inc.php  
2009-03-09 11:41:34 UTC (rev 19096)
@@ -477,7 +477,7 @@
                        }
                        else
                        {
-                         $ordermethod = 'ORDER BY info_datemodified DESC';   
// newest first
+                         $ordermethod = 'ORDER BY info_datemodified, info_id 
DESC';   // newest first
                        }
                        $filtermethod = $this->aclFilter($filter);
                        $filtermethod .= $this->statusFilter($filter);



_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to