]> 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 06:00:08 +0000 (06:00 +0000)
committerlpsolit%gmail.com <>
Mon, 19 Jun 2006 06:00:08 +0000 (06:00 +0000)
editproducts.cgi
template/en/default/admin/products/updated.html.tmpl

index d7a5fcd455e30e9f64ac09fc705627015920a9ff..83ad30d1a1b42216b52fd503fb05fafbf11330bb 100755 (executable)
@@ -974,7 +974,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
   #
   #%]