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
Quote Reply
Re: 1.1b2: nph-verify.cgi bug.. fix In reply to
Whoops.

Thanks for the fix. I can't believe that slipped by (among other things)

/me slaps self

As to the last question, that's me. I'm a student working for Alex getting work experience.

Aki
Quote Reply
Re: 1.1b2: nph-verify.cgi bug.. fix In reply to
COOL!

I never knew anyone was helping Alex.. now i'll remember you as the nph-verify.cgi guy.. ( Smile)

looking at your profile.. i guess you like coding and obviously you do SQL Smile

anyways.. good job on nph-verify.cgi..

jerry