Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Andy] [Plugin] Error_Jump: Edit Log

Here is the list of edits for this post
Re: [Andy] [Plugin] Error_Jump
It works.

Btw you still have some scoping wrong:

if (!$code_returned) { my $code_returned = "404"; }

....if that block ever executes, your update afterwards will insert nothing into Links_Status as $code_returned will only have the value 404 for that if block.

Last edited by:

Paul: Jun 19, 2002, 3:15 AM

Edit Log: