On Mon, 2010-07-19 at 20:12 +0300, Yavor Nikolov wrote:
> Hi,
> 
> There are some parameters passed to Bugzilla::Bug->add_comment() which
> Max has mentioned are not necessary - and I suspect they may have
> something to do with resetting some of bug's attributes. I.e. I would
> suggest trying:
> $bug->add_comment( $comment );
> instead of
> $bug->add_comment( $comment, {isprivate => 0, work_time => 0, type =>
> Bugzilla::Constants->CMT_NORMAL, extra_data => ""} );

I'm suspecting the "extra_data" being empty leads to NULLs.

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