diff options
author | lpsolit%gmail.com <> | 2007-10-23 04:41:58 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-23 04:41:58 +0200 |
commit | f7b1c511e04eadfe10af75a84225b441b4abadd2 (patch) | |
tree | 105648a532a747bd37841f192a87605fa4b2062b /editproducts.cgi | |
parent | 4d05f0cb2a6d071d7c89627f8b7073ab24856e98 (diff) | |
download | bugzilla-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar.gz bugzilla-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar.xz |
Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index 7c6c52f7d..82f0bf99f 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -61,6 +61,9 @@ my $dbh = Bugzilla->dbh; my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; my $vars = {}; +# Remove this as soon as the documentation about products has been +# improved and each action has its own section. +$vars->{'doc_section'} = 'products.html'; print $cgi->header(); |