> Any other suggestions?

Or perhaps try this:

diff -u -r1.41 Mantis.pm.in
--- src/lib/product/Daemon/Mantis.pm.in 17 Sep 2007 04:16:09 -0000
1.41
+++ src/lib/product/Daemon/Mantis.pm.in 2 Oct 2007 22:29:02 -0000
@@ -531,7 +531,7 @@

     my $bug_status = $self->integration_get_bug_status( $bugid );

-    return ( $self->resolution_change_check( $bug_status,
$self->mantis_bug_status_tokey( $proposed_status ),
$proposed_resolution, $mantis_bug_status_map ),
$self->mantis_bug_status_tostring( $bug_status ) );
+    return
( $self->resolution_change_check( $self->mantis_bug_status_tostring( 
$bug_status ), $proposed_status , $proposed_resolution, $mantis_bug_status_map 
), $self->mantis_bug_status_tostring( $bug_status ) );
 }

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