On Feb 24, 2009, at 6:54 PM, Lefteris Kororos wrote:

> Now, having started looking into the code and at the hints you  
> provided me with, I was surprised to discover that AppendComment has  
> disappeared in Bugzilla v3.2.

Not disappeared, just object oriented ;-

my $changer = new Bugzilla::User({ name => $login_name});
Bugzilla->set_user($changer);

my $vars = {};
$vars->{'changer'} = Bugzilla->user->login;

my $issue = new Bugzilla::Bug($bugid);
$issue->add_comment($message);
$issue->update;

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

Reply via email to