aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-07-08 10:09:22 +0000
committermkanat%bugzilla.org <>2009-07-08 10:09:22 +0000
commit65c164aa8109543cda32d2b1d26159d716e3884b (patch)
treea8a1e82952c4863e8d3f9088b551e5e88d0f5bd9 /docs
parentBug 502975: cf-js.html.tmpl was missing [% USE Bugzilla %], breaking the visi... (diff)
downloadbugzilla-65c164aa8109543cda32d2b1d26159d716e3884b.tar.gz
bugzilla-65c164aa8109543cda32d2b1d26159d716e3884b.tar.bz2
bugzilla-65c164aa8109543cda32d2b1d26159d716e3884b.zip
Bug 494037: Release Notes for Bugzilla 3.4rc1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'docs')
-rw-r--r--docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
index ab298a05b..c8309d70e 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
+++ b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
@@ -31,8 +31,8 @@ BEGIN { *esc = \&Pod::Simple::HTML::esc }
# Note that if you leave out a category here, it will not be indexed
# in the contents file, even though its HTML POD will still exist.
use constant FILE_TRANSLATION => {
- Files => ['importxml', 'contrib', 'checksetup', 'email_in', 'install-module',
- 'sanitycheck'],
+ Files => ['importxml', 'contrib', 'checksetup', 'email_in',
+ 'install-module', 'sanitycheck', 'jobqueue'],
Modules => ['bugzilla'],
Extensions => ['extensions'],
};