From 944277bc5e73fccefe297b46485b0a47f0fb3c07 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Jan 2011 11:17:18 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20bug=20#31825=20:=20Tri=20des=20taches=20?= =?UTF-8?q?par=20date=20du=20plus=20r=C3=A9cent=20au=20plus=20ancien?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/listactions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php index e231a7a89ee..22d2e15c795 100644 --- a/htdocs/comm/action/listactions.php +++ b/htdocs/comm/action/listactions.php @@ -22,7 +22,7 @@ /** * \file htdocs/comm/action/listactions.php * \ingroup agenda - * \brief Page liste des actions commerciales + * \brief Page to list actions * \version $Id$ */ @@ -56,7 +56,7 @@ $offset = $limit * $page ; if (! $sortorder) { $sortorder="ASC"; - if ($status == 'todo') $sortorder="DESC"; + if ($status == 'todo') $sortorder="ASC"; if ($status == 'done') $sortorder="DESC"; } if (! $sortfield)