don't bump mod time when unburying cards from deck list

This commit is contained in:
Damien Elmes 2012-10-29 04:42:42 +09:00
parent 4011fa3084
commit d3f0c84517

View file

@ -129,8 +129,10 @@ order by due""" % self._deckLimit(),
def unburyCards(self):
"Unbury cards when closing."
mod = self.col.db.mod
self.col.db.execute(
"update cards set queue = type where queue = -2")
self.col.db.mod = mod
# Rev/lrn/time daily stats
##########################################################################