summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-11-27 06:11:16 +0100
committergerv%gerv.net <>2002-11-27 06:11:16 +0100
commitf45012516248617908cf1a5269b042fcec2b4037 (patch)
tree93a7c126d3403619da2fd46d3a7d76b516e9d6d1 /CGI.pl
parent738d3ec0bee8276d811704a86329f4da65268c05 (diff)
downloadbugzilla-f45012516248617908cf1a5269b042fcec2b4037.tar.gz
bugzilla-f45012516248617908cf1a5269b042fcec2b4037.tar.xz
Bug 114179 - Concentration, improvement, and templatisation of Bugzilla general user help system. Patch by gerv; r,a=justdave.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl3
1 files changed, 3 insertions, 0 deletions
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;