mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Fixed a small bug for year wide archive indexing, Daniel
This commit is contained in:
@ -1048,6 +1048,10 @@ def scanXMLMsgArchive(url, title, force = 0):
|
||||
return 1
|
||||
|
||||
def scanXMLDateArchive(t = None, force = 0):
|
||||
global wordsDictArchive
|
||||
|
||||
wordsDictArchive = {}
|
||||
|
||||
url = getXMLDateArchive(t)
|
||||
print "loading %s" % (url)
|
||||
try:
|
||||
|
Reference in New Issue
Block a user