git://git.exim.org
/
git-perl-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1401c0a
)
Think this has fixed the bug close error
author
Nigel Metheringham
<nigel@exim.org>
Sat, 21 May 2011 19:52:27 +0000
(20:52 +0100)
committer
Nigel Metheringham
<nigel@exim.org>
Sat, 21 May 2011 19:52:27 +0000
(20:52 +0100)
lib/WWW/Bugzilla.pm
patch
|
blob
|
history
diff --git
a/lib/WWW/Bugzilla.pm
b/lib/WWW/Bugzilla.pm
index 414aeb97757152e89531b6bd72280b6ab4f81ef8..41a9c695784336c876f6c87771d2abd5a116b8c5 100644
(file)
--- a/
lib/WWW/Bugzilla.pm
+++ b/
lib/WWW/Bugzilla.pm
@@
-477,7
+477,7
@@
sub change_status {
$self->{resolution} = '';
# $status{$status};
} else {
- $self->{status} = "
RESOLVED
";
+ $self->{status} = "
resolve
";
$self->{resolution} = $status;
}