Gossamer Forum
Home : Gossamer Threads Inc. : Official Bug Fixes :

[Links SQL 2.1.1] - Whats Cool count wrong

Quote Reply
[Links SQL 2.1.1] - Whats Cool count wrong
Hi,

There is a bug in Links SQL 2.1.1 in that the what's cool flag is not properly reset. To fix, edit admin/Links/Build.pm around line 827 and change:

$cond->add('ID', 'NOT IN', \@ids);

to:

$cond->add('ID', 'IN', \@ids);
$cond->not;

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread [Links SQL 2.1.1] - Whats Cool count wrong Alex 6513 Jul 2, 2002, 3:30 PM
Post Re: [Alex] [Links SQL 2.1.1] - Whats Cool count wrong
Ian 6371 Jul 2, 2002, 6:50 PM
Post Re: [Alex] [Links SQL 2.1.1] - Whats Cool count wrong
Evoir 6260 Jul 12, 2002, 7:24 PM