From fbe5805e1b1e7e92015a9f6f039d7b9e0689c41f Mon Sep 17 00:00:00 2001 From: Nicolas BERNSTEIN Date: Sun, 20 Nov 2011 16:05:25 +0100 Subject: Added a sorting possibility. --- lib/study/list.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/study/list.php b/lib/study/list.php index 2f0031f..928e253 100644 --- a/lib/study/list.php +++ b/lib/study/list.php @@ -13,7 +13,8 @@ assert_error($study && $study['learn_user'] == $user['id'], "You are not at the $filters = array( "order" => array( "name" => "name", - "lr_score" => "last score" + "lr_score" => "last score", + "lr_date" => "last reviewed" ), "way" => $ord_ways, ); -- cgit v1.2.3