Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [brewt] "New" flags mystery continues

Quote Reply
Re: [brewt] "New" flags mystery continues In reply to
I'm not sure where that bit of code should go in the file. In nph_build.cgi, in the build_staggered subroutine, there's this

Code:
($stage == 2) and do {
_header("Building Staggered: Updating Link Flags.", "Links SQL is now updating the new, changed and popular flags.", "nph-build.cgi?do=staggered&s=3");
_build_reset_hits();
_build_new_flags();
_build_changed_flags();
_build_cool_flags();
_footer();
last CASE;
};
Subject Author Views Date
Thread "New" flags mystery continues Spacemanspiff 4130 Mar 19, 2008, 8:08 AM
Thread Re: [Spacemanspiff] "New" flags mystery continues
brewt 4015 Apr 30, 2008, 11:44 PM
Thread Re: [brewt] "New" flags mystery continues
Spacemanspiff 3962 May 23, 2008, 3:05 PM
Thread Re: [Spacemanspiff] "New" flags mystery continues
brewt 3955 May 23, 2008, 3:45 PM
Post Re: [brewt] "New" flags mystery continues
Spacemanspiff 3938 May 24, 2008, 8:46 AM