From 6a41ecbaec4ec4e4ed9e3b2005a7f447383b85a0 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 9 Aug 2005 18:23:38 +0000 Subject: Backout of bug 303669 which broke AppendComment and possibly a number of other items. --- editclassifications.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editclassifications.cgi') diff --git a/editclassifications.cgi b/editclassifications.cgi index e70d256c1..5e49d8336 100755 --- a/editclassifications.cgi +++ b/editclassifications.cgi @@ -38,7 +38,7 @@ my $dbh = Bugzilla->dbh; my $template = Bugzilla->template; my $vars = {}; -sub LoadTemplate { +sub LoadTemplate ($) { my $action = shift; $action =~ /(\w+)/; -- cgit v1.2.3-24-g4f1b