]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID - Patch...
authorlpsolit%gmail.com <>
Mon, 19 Jun 2006 05:57:33 +0000 (05:57 +0000)
committerlpsolit%gmail.com <>
Mon, 19 Jun 2006 05:57:33 +0000 (05:57 +0000)
editproducts.cgi
template/en/default/admin/products/updated.html.tmpl

index 8fc074ef241641b08e6faf8ed4ae7864b2be38d5..9ffa646503e366058425d43e908a29492c3a565c 100755 (executable)
@@ -984,7 +984,7 @@ if ($action eq 'update') {
         }
 
         $vars->{'confirmedbugs'} = \@updated_bugs;
-        $vars->{'changer'} = $whoid;
+        $vars->{'changer'} = $user->login;
     }
 
     $vars->{'old_product'} = $product_old;
index 993a27ed911e41071073a23d278c056068986eb6..e74720fed8f9d8df79da16ef6e930e813a156a73 100644 (file)
@@ -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
   #
   #%]