]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 478067: CC's for cloned ticket all on last line of usemenuforusers selection...
authorlpsolit%gmail.com <>
Wed, 11 Feb 2009 20:58:46 +0000 (20:58 +0000)
committerlpsolit%gmail.com <>
Wed, 11 Feb 2009 20:58:46 +0000 (20:58 +0000)
enter_bug.cgi

index ca9b39a17cd6b70ad8af93013f8b880ac87c480a..f9fdd6052b3682a0f1c82da79b910e203eeb15a7 100755 (executable)
@@ -404,7 +404,7 @@ if ($cloned_bug_id) {
     $vars->{'deadline'}       = $cloned_bug->deadline;
 
     if (defined $cloned_bug->cc) {
-        $vars->{'cc'}         = join (" ", @{$cloned_bug->cc});
+        $vars->{'cc'}         = join (", ", @{$cloned_bug->cc});
     } else {
         $vars->{'cc'}         = formvalue('cc');
     }