Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

1.1b2: nph-verify.cgi bug.. fix

Quote Reply
1.1b2: nph-verify.cgi bug.. fix
hey.. alex.. i'm not sure if i'm right.. but when you click on recheck problem links it always checks the GOOD links Smile

so i went into nph-verify.cgi and changed

Code:
$SQLquery .= " where ( Status in (" . join ( ",", keys %ok_status ) . ") )";

to

Code:
$SQLquery .= " where ( Status in (" . join ( ",", keys %fail_status ) . ") )";

also.. who's Aki Mimoto? *hint.. look at the author of nph-verify.cgi* Smile

jerry
Subject Author Views Date
Thread 1.1b2: nph-verify.cgi bug.. fix widgetz 1774 Nov 14, 1999, 11:14 AM
Post Re: 1.1b2: nph-verify.cgi bug.. fix
kitsune 1689 Nov 14, 1999, 9:11 PM
Post Re: 1.1b2: nph-verify.cgi bug.. fix
widgetz 1690 Nov 15, 1999, 12:22 PM