mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
reenable removal of suspended tag
This commit is contained in:
parent
3270417cfd
commit
1a5d243520
1 changed files with 2 additions and 2 deletions
|
|
@ -3210,8 +3210,8 @@ nextFactor, reps, thinkingTime, yesCount, noCount from reviewHistory""")
|
||||||
"where id in %s" % ids2str(ids))
|
"where id in %s" % ids2str(ids))
|
||||||
deck.rebuildCounts(full=False)
|
deck.rebuildCounts(full=False)
|
||||||
# suspended tag obsolete - don't do this yet
|
# suspended tag obsolete - don't do this yet
|
||||||
#deck.suspended = re.sub(u" ?Suspended ?", u"", deck.suspended)
|
deck.suspended = re.sub(u" ?Suspended ?", u"", deck.suspended)
|
||||||
#deck.updateTagPriorities()
|
deck.updateTagPriorities()
|
||||||
deck.version = 39
|
deck.version = 39
|
||||||
deck.s.commit()
|
deck.s.commit()
|
||||||
if deck.version < 40:
|
if deck.version < 40:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue