From 015effb244be30eeee34a61080216de1ec2e2625 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Wed, 11 Jul 2012 12:47:08 +0200 Subject: Minor usability & presentation changes. --- lib/study/setcard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/study/setcard.php') diff --git a/lib/study/setcard.php b/lib/study/setcard.php index 13f3fc0..c71bbfe 100644 --- a/lib/study/setcard.php +++ b/lib/study/setcard.php @@ -22,7 +22,7 @@ assert_error($info['cardnumber'] <= $info['last_card'] + 1, "You must first add $level = intval($args[3]); assert_error($level >= 0 && $level <= 7, "That level is invalid."); -$intervals = array(999999, 1, 3, 5, 8, 16, 24, 999999); +$intervals = array(999999, 1, 2, 4, 8, 16, 32, 999999); if ($info['cardnumber'] == $info['last_card'] + 1) { sql("INSERT INTO card_study(deck_study, card, level, next_review) ". -- cgit v1.2.3