Hi scoop-dev,
concerning rusty's site news of 10/29 and "Nancy Drew and the Case of
the Missing Stories": i found the bug a while ago, fixed it and
promply forgot about it. I'm probably too late now to save anyone
work, but if not, here is the fix. sorry for not sending a patch, but
I don't really know how that works.
File /scoop/lib/Scoop/Stories.pm, function _check_archivestatus:
[...]
$stat = $sth->fetchrow() unless !$rv;
#warn "sid $sid not in archive\n" if !$stat;
$sth->finish();
--> if (!stat) {
#warn "sid $sid not in archive story table. Checking comments";
[...]
the marked line must say
if (!$stat) {
Cheers,
Henning
--
Henning Schroeder, Dipl.-Psych.
mailto:schroeder at psychologie.uni-wuerzburg.de