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

This commit is contained in:
jocuri%softhome.net 2004-04-13 04:18:00 +00:00
parent 51bc81fa8a
commit b885b4fa30

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>