diff options
-rw-r--r-- | lib/study/list.php | 3 |
1 files changed, 2 insertions, 1 deletions
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, ); |