aboutsummaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-10-23 02:41:58 +0000
committerlpsolit%gmail.com <>2007-10-23 02:41:58 +0000
commitf7b1c511e04eadfe10af75a84225b441b4abadd2 (patch)
tree105648a532a747bd37841f192a87605fa4b2062b /editproducts.cgi
parent4d05f0cb2a6d071d7c89627f8b7073ab24856e98 (diff)
downloadbugs-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar
bugs-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar.gz
bugs-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar.bz2
bugs-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar.xz
bugs-f7b1c511e04eadfe10af75a84225b441b4abadd2.zip
Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-xeditproducts.cgi3
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();