From: jocuri%softhome.net <>
Date: Fri, 4 Apr 2008 11:47:49 +0000 (+0000)
Subject: Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes...
X-Git-Tag: bugzilla-3.1.3~21
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1116a167cc4e5dd9a578ec77b3b99c8fb060898f;p=thirdparty%2Fbugzilla.git
Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes variable in Constants.pm.
---
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml
index e52f0a636b..908b96a4c4 100644
--- a/docs/en/xml/customization.xml
+++ b/docs/en/xml/customization.xml
@@ -185,8 +185,8 @@
You now need to decide what content type you want your template
served as. The content types are defined in the
Bugzilla/Constants.pm file in the
- $contenttypes
- variable. If your content type is not there, add it. Remember
+ contenttypes
+ constant. If your content type is not there, add it. Remember
the three- or four-letter tag assigned to you content type.
This tag will be part of the template filename.