From 7649fcfd8dd1f91bcec401fdaed6c8ee49c3af56 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 19 Jun 2006 05:57:33 +0000 Subject: =?UTF-8?q?Bug=20341866:=20'changer'=20in=20editproducts.cgi=20mus?= =?UTF-8?q?t=20be=20a=20user=20login,=20not=20a=20user=20ID=20-=20Patch=20?= =?UTF-8?q?by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dvl?= =?UTF-8?q?add=20a=3Dmyk?= 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.1