tag 96134 patch
thanks

This particular feature request/bug is fairly trivial to add/fix, but
since it is such a long standing bug, some people may have been
expecting the behavior it gives... so I'm not quite sure if it should
really be fixed or not.

The patch is to change

if ($codeletter eq 'U') {
    &htmllog("Message", "sent on", $data->{originator}, "$gBug#$ref.");
    &sendmessage(<<END,[$data->{originator},@resentccs],[EMAIL PROTECTED]);

to 

if ($codeletter eq 'U') {
    &htmllog("Message", "sent on", $data->{originator}, "$gBug#$ref.");
    &sendmessage(<<END,[$data->{originator},$gSubmitterList,@resentccs],[EMAIL 
PROTECTED]);




Don Armstrong

-- 
I never until now realized that the primary job of any emoticon is to
say "excuse me, that didn't make any sense." ;-P
 -- Cory Doctorow

http://www.donarmstrong.com              http://rzlab.ucr.edu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to