Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes variable in Constants.pm.

git-svn-id: svn://10.0.0.236/trunk@154770 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jocuri%softhome.net
2004-04-13 04:18:00 +00:00
parent 8a37309fd8
commit 2fe56f8eed

View File

@@ -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
<filename>Bugzilla/Constants.pm</filename> file in the
<filename>$contenttypes</filename>
variable. If your content type is not there, add it. Remember
<filename>contenttypes</filename>
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.
</para>