summaryrefslogtreecommitdiff
path: root/lib/study/deck.php
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-07-11 12:47:08 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2012-07-11 12:47:08 +0200
commit015effb244be30eeee34a61080216de1ec2e2625 (patch)
tree54c884fb5555f10de8b16c8735539e5deb76192e /lib/study/deck.php
parent822a630601960797266f0bae6aea3fdc3a141d5c (diff)
downloadBits-015effb244be30eeee34a61080216de1ec2e2625.tar.gz
Bits-015effb244be30eeee34a61080216de1ec2e2625.zip
Minor usability & presentation changes.
Diffstat (limited to 'lib/study/deck.php')
-rw-r--r--lib/study/deck.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/study/deck.php b/lib/study/deck.php
index 99119ef..752ff98 100644
--- a/lib/study/deck.php
+++ b/lib/study/deck.php
@@ -78,7 +78,7 @@ $filters = array(
"way" => $ord_ways,
);
$fdefaults = array(
- "what" => "level > 0 AND level < 4",
+ "what" => "level > 0 AND next_review <= CURDATE()",
"order" => "level",
"way" => "ASC",
);