On Fri, 2009-02-13 at 14:48 -0600, James Webb wrote:
> O.k.  well in my case what do you think? You see I am using Bugzilla 3.0. 
>    I just need the Bugzilla mail to be sent upon a successful add of a  
> comment from Subversion instead of the scmbug email.

You probably want to add the following, "where it belongs". Probably in
integration_add_comment in Bugzilla.pm.

my $vars = {};
$vars->{'changer'} = Bugzilla->user->login;
Bugzilla::BugMail::Send($bugid, $vars);


Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to