Fix typo
This commit is contained in:
parent
481889c74c
commit
4eecca8630
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class Session():
|
||||||
if len(args) > 1:
|
if len(args) > 1:
|
||||||
msgrange = MessageRange.parse(args[1])
|
msgrange = MessageRange.parse(args[1])
|
||||||
|
|
||||||
sql += " and " + msgrange.clause()
|
sql += " and " + msgrange.where()
|
||||||
|
|
||||||
summary = self._newsgroup_summary(newsgroup)
|
summary = self._newsgroup_summary(newsgroup)
|
||||||
cr = self.db.execute(sql, (newsgroup.id))
|
cr = self.db.execute(sql, (newsgroup.id))
|
||||||
|
|
Loading…
Add table
Reference in a new issue