Skip to content

Commit

Permalink
Fix: bug #31825 : Tri des taches par date du plus récent au plus ancien
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 19, 2011
1 parent 9f81bd2 commit 944277b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/comm/action/listactions.php
Expand Up @@ -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$
*/

Expand Down Expand Up @@ -56,7 +56,7 @@
if (! $sortorder)
{
$sortorder="ASC";
if ($status == 'todo') $sortorder="DESC";
if ($status == 'todo') $sortorder="ASC";
if ($status == 'done') $sortorder="DESC";
}
if (! $sortfield)
Expand Down

0 comments on commit 944277b

Please sign in to comment.