From db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 1 Feb 2010 13:11:53 -0800 Subject: Bug 534057: Auto-completion no longer works in email_in.pl Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editwhines.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editwhines.cgi') diff --git a/editwhines.cgi b/editwhines.cgi index 671774ef7..c59cf8be5 100755 --- a/editwhines.cgi +++ b/editwhines.cgi @@ -193,7 +193,7 @@ if ($cgi->param('update')) { } } if (scalar %{$arglist}) { - &Bugzilla::User::match_field($cgi, $arglist); + Bugzilla::User::match_field($arglist); } for my $sid (@scheduleids) { -- cgit v1.2.3-24-g4f1b