From db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Mon, 1 Feb 2010 13:11:53 -0800 Subject: =?UTF-8?q?Bug=20534057:=20Auto-completion=20no=20longer=20works?= =?UTF-8?q?=20in=20email=5Fin.pl=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Bucli?= =?UTF-8?q?n=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 21cf94fc7..6c9baa3d3 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -142,7 +142,7 @@ if (defined $cgi->param('dontchange')) { } # do a match on the fields if applicable -Bugzilla::User::match_field($cgi, { +Bugzilla::User::match_field({ 'qa_contact' => { 'type' => 'single' }, 'newcc' => { 'type' => 'multi' }, 'masscc' => { 'type' => 'multi' }, -- cgit v1.2.1