version 1.173, 2005/11/10 11:31:04
|
version 1.174, 2005/11/15 20:33:20
|
Line 1196 sub get_post_contents {
|
Line 1196 sub get_post_contents {
|
if ($type eq 'allversions' || $type eq 'export') { |
if ($type eq 'allversions' || $type eq 'export') { |
$start = 0; |
$start = 0; |
if ($$contrib{$idx.':history'}) { |
if ($$contrib{$idx.':history'}) { |
if ($$contrib{$idx.':history'} =~ m/:/) { |
@postversions = split(/:/,$$contrib{$idx.':history'}); |
@postversions = split/:/,$$contrib{$idx.':history'}; |
|
} else { |
|
@postversions = ("$$contrib{$idx.':history'}"); |
|
} |
|
} |
} |
&get_post_versions($messages,$$contrib{$idx.':message'},1); |
&get_post_versions($messages,$$contrib{$idx.':message'},1); |
&get_post_versions($subjects,$$contrib{$idx.':subject'},1); |
&get_post_versions($subjects,$$contrib{$idx.':subject'},1); |