quick fix

This commit is contained in:
Ward Wouts 2003-09-23 12:47:54 +00:00
parent b972668592
commit 4024336ba5

View file

@ -1,4 +1,4 @@
# $Dwarf: article.rb,v 1.77 2003/08/31 17:30:13 ward Exp $ # $Dwarf: article.rb,v 1.78 2003/08/31 20:08:14 ward Exp $
# $Source$ # $Source$
# #
@ -334,6 +334,7 @@ end
def get_group_body(subj) def get_group_body(subj)
result = [] result = []
group_subject_sort(subj) group_subject_sort(subj)
return false if @groups[subj]["messages"] == nil
for i in (0...@groups[subj]["messages"].length) for i in (0...@groups[subj]["messages"].length)
unless @gotten.has_key?(@groups[subj]["messages"][i]) unless @gotten.has_key?(@groups[subj]["messages"][i])
print "getting article: #{i}\n" if Debuglevel > 1 print "getting article: #{i}\n" if Debuglevel > 1