From f45012516248617908cf1a5269b042fcec2b4037 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 27 Nov 2002 05:11:16 +0000 Subject: Bug 114179 - Concentration, improvement, and templatisation of Bugzilla general user help system. Patch by gerv; r,a=justdave. --- CGI.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 1b22a07e4..84c54ad6d 100644 --- a/CGI.pl +++ b/CGI.pl @@ -904,4 +904,7 @@ foreach my $name ($::cgi->cookie()) { $::COOKIE{$name} = $::cgi->cookie($name); } +# This could be needed in any CGI, so we set it here. +$vars->{'help'} = $::cgi->param('help') ? 1 : 0; + 1; -- cgit v1.2.3-24-g4f1b