From 7649fcfd8dd1f91bcec401fdaed6c8ee49c3af56 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 19 Jun 2006 05:57:33 +0000 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editproducts.cgi | 2 +- template/en/default/admin/products/updated.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editproducts.cgi b/editproducts.cgi index 8fc074ef2..9ffa64650 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -984,7 +984,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 993a27ed9..e74720fed 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 # #%] -- cgit v1.2.3-24-g4f1b