summaryrefslogtreecommitdiffstats
path: root/colchange.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'colchange.cgi')
-rwxr-xr-xcolchange.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/colchange.cgi b/colchange.cgi
index e99b81b70..43bfd86ee 100755
--- a/colchange.cgi
+++ b/colchange.cgi
@@ -27,8 +27,6 @@ use lib qw(.);
use vars qw(
@legal_keywords
- $template
- $vars
);
use Bugzilla;
@@ -41,6 +39,8 @@ Bugzilla->login();
GetVersionTable();
my $cgi = Bugzilla->cgi;
+my $template = Bugzilla->template;
+my $vars = {};
# The master list not only says what fields are possible, but what order
# they get displayed in.