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 --- editcomponents.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editcomponents.cgi') diff --git a/editcomponents.cgi b/editcomponents.cgi index c550f0d8c..70afd9c9f 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -118,7 +118,7 @@ if ($action eq 'add') { if ($action eq 'new') { check_token_data($token, 'add_component'); # Do the user matching - Bugzilla::User::match_field ($cgi, { + Bugzilla::User::match_field ({ 'initialowner' => { 'type' => 'single' }, 'initialqacontact' => { 'type' => 'single' }, 'initialcc' => { 'type' => 'multi' }, @@ -219,7 +219,7 @@ if ($action eq 'edit') { if ($action eq 'update') { check_token_data($token, 'edit_component'); # Do the user matching - Bugzilla::User::match_field ($cgi, { + Bugzilla::User::match_field ({ 'initialowner' => { 'type' => 'single' }, 'initialqacontact' => { 'type' => 'single' }, 'initialcc' => { 'type' => 'multi' }, -- cgit v1.2.3-24-g4f1b