summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-07-23 08:17:47 +0200
committergerv%gerv.net <>2002-07-23 08:17:47 +0200
commit56988d23675f167fa3661535f9f30b658576caad (patch)
tree02051841d1df8901b89bb4a19ff1977a6719209b /checksetup.pl
parent09834ca2bdbc54dbe5dcbbb6d5dbaa7c9f937d52 (diff)
downloadbugzilla-56988d23675f167fa3661535f9f30b658576caad.tar.gz
bugzilla-56988d23675f167fa3661535f9f30b658576caad.tar.xz
Bug 143650 - general template display system. Patch by gerv; 2xr=jouni.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl11
1 files changed, 10 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index e8d6747e8..6013bd1d5 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -523,7 +523,6 @@ LocalVar('platforms', '
-
LocalVar('contenttypes', '
#
# The types of content that template files can generate, indexed by file extension.
@@ -538,6 +537,16 @@ $contenttypes = {
+LocalVar('pages', '
+#
+# A mapping from tags to template names for the general page display system,
+# page.cgi.
+#
+%pages = (
+);
+');
+
+
if ($newstuff ne "") {
print "\nThis version of Bugzilla contains some variables that you may want\n",