quick fix
This commit is contained in:
parent
b972668592
commit
4024336ba5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue