From: lpsolit%gmail.com <> Date: Mon, 19 Jun 2006 06:00:08 +0000 (+0000) Subject: Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID - Patch... X-Git-Tag: bugzilla-2.22.1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265223f5a39f5916a013791379fe7ab04b5787ec;p=thirdparty%2Fbugzilla.git Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID - Patch by Frédéric Buclin r=vladd a=myk --- diff --git a/editproducts.cgi b/editproducts.cgi index d7a5fcd455..83ad30d1a1 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -974,7 +974,7 @@ if ($action eq 'update') { } $vars->{'confirmedbugs'} = \@updated_bugs; - $vars->{'changer'} = $whoid; + $vars->{'changer'} = $user->login; } $vars->{'old_product'} = $product_old; diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl index 993a27ed91..e74720fed8 100644 --- a/template/en/default/admin/products/updated.html.tmpl +++ b/template/en/default/admin/products/updated.html.tmpl @@ -39,7 +39,7 @@ # # confirmedbugs: list of bug ids, which were confirmed by votes # - # changer: string; user id of the user making the changes, used for mailing + # changer: string; login of the user making the changes, used for mailing # bug changes if necessary # #%]