remove obsolete 'inactive' from findCards()

This commit is contained in:
Damien Elmes 2010-10-24 12:55:33 +09:00
parent a3040d1fb4
commit 4c76d25b05

View file

@ -2172,9 +2172,6 @@ cardTags.tagId in %s""" % ids2str(ids)
elif token == "suspended":
qquery += ("select id from cards where "
"priority = -3")
elif token == "inactive":
qquery += ("select id from cards where "
"priority = 0")
else: # due
qquery += ("select id from cards where "
"type in (0,1) and combinedDue < %d") % self.dueCutoff