summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-09-18 16:20:12 +0200
committergerv%gerv.net <>2002-09-18 16:20:12 +0200
commit1809e275fdbca3cb1607799a630489a3a9dc956d (patch)
tree8c7690d1c6ced8cffee4b13c684a86d278e593c0 /checksetup.pl
parentf48775a916e7c59da5ec59ad7f0dd729f5a80c17 (diff)
downloadbugzilla-1809e275fdbca3cb1607799a630489a3a9dc956d.tar.gz
bugzilla-1809e275fdbca3cb1607799a630489a3a9dc956d.tar.xz
Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a "pages" subdirectory of the template directory. Patch by gerv; r=bbaetz.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 3f3fcb999..803d64d14 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -568,17 +568,6 @@ $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",
"to change and adapt to your local settings. Please edit the file\n",