Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: browser.cgi - what info is available?

Quote Reply
Re: browser.cgi - what info is available? In reply to
Hi,

This is a bug. Edit Links/Browser.pm line 48 and change:

return $TPL->parse ($tpl, $opts, { print => $print });

to:

my $output = $TPL->parse ($tpl, $opts, { print => 0 });
$IN->param('d') and Links::clean_output(\$output);
print $output;

and it should work. However, I will come up with something different most likely.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread browser.cgi - what info is available? klangan 2881 Feb 27, 2001, 10:21 PM
Post Re: browser.cgi - what info is available?
pugdog 2813 Feb 27, 2001, 10:57 PM
Thread Re: browser.cgi - what info is available?
Alex 2802 Feb 28, 2001, 11:58 AM
Thread Re: browser.cgi - what info is available?
klangan 2771 Mar 21, 2001, 7:34 AM
Thread Re: browser.cgi - what info is available?
Alex 2771 Mar 21, 2001, 11:08 AM
Post Re: browser.cgi - what info is available?
klangan 2772 Mar 21, 2001, 2:52 PM
Thread Re: browser.cgi - user session s= not available?
klangan 2710 Sep 4, 2001, 9:25 AM
Thread Re: browser.cgi - user session s= not available?
Alex 2706 Sep 4, 2001, 12:56 PM
Post Re: browser.cgi - user session s= not available?
klangan 2699 Sep 4, 2001, 1:10 PM