don't set combinedDue twice in answerCard

This commit is contained in:
Damien Elmes 2010-12-12 00:09:40 +09:00
parent 49b744f77d
commit cc8dbccf38

View file

@ -818,7 +818,6 @@ where id in """
# only update if card was not new
card.lastDue = card.due
card.due = self.nextDue(card, ease, oldState)
card.combinedDue = card.due
card.isDue = 0
card.lastFactor = card.factor
card.spaceUntil = 0