Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Spacemanspiff] "New" flags mystery continues

Quote Reply
Re: [Spacemanspiff] "New" flags mystery continues In reply to
Sorry it took so long, but I finally had a chance to start catching up on these posts. I took a look and it seems that it was accidentally removed in 3.x. Can you try this patch to nph-build.cgi and let me know if it corrects your problem (I'm 95% sure it was accidentally removed and wasn't deliberately removed):
Code:
--- nph-build.cgi 19 Dec 2007 06:59:12 -0000 1.94
+++ nph-build.cgi 1 May 2008 06:41:08 -0000
@@ -186,6 +186,8 @@
$start_time
);
_build_reset_hits();
+ _build_new_flags();
+ _build_changed_flags();
_build_cool_flags();
_footer();
}

Adrian
Subject Author Views Date
Thread "New" flags mystery continues Spacemanspiff 4132 Mar 19, 2008, 8:08 AM
Thread Re: [Spacemanspiff] "New" flags mystery continues
brewt 4018 Apr 30, 2008, 11:44 PM
Thread Re: [brewt] "New" flags mystery continues
Spacemanspiff 3964 May 23, 2008, 3:05 PM
Thread Re: [Spacemanspiff] "New" flags mystery continues
brewt 3957 May 23, 2008, 3:45 PM
Post Re: [brewt] "New" flags mystery continues
Spacemanspiff 3941 May 24, 2008, 8:46 AM