Commit 7649fcfd authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID -…

Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=myk
parent 4c74fbe0
...@@ -984,7 +984,7 @@ if ($action eq 'update') { ...@@ -984,7 +984,7 @@ if ($action eq 'update') {
} }
$vars->{'confirmedbugs'} = \@updated_bugs; $vars->{'confirmedbugs'} = \@updated_bugs;
$vars->{'changer'} = $whoid; $vars->{'changer'} = $user->login;
} }
$vars->{'old_product'} = $product_old; $vars->{'old_product'} = $product_old;
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
# #
# confirmedbugs: list of bug ids, which were confirmed by votes # 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 # bug changes if necessary
# #
#%] #%]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment