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 (parent:
135face
)
Fix for bugzilla issue
master
author
Nigel Metheringham
<nigel@exim.org>
Sat, 30 May 2015 09:20:02 +0000
(10:20 +0100)
committer
Nigel Metheringham
<nigel@exim.org>
Sat, 30 May 2015 09:20:02 +0000
(10:20 +0100)
lib/WWW/Bugzilla.pm
patch
|
blob
|
history
diff --git
a/lib/WWW/Bugzilla.pm
b/lib/WWW/Bugzilla.pm
index 41a9c695784336c876f6c87771d2abd5a116b8c5..5cc8b3d21146012e479dfad49540af63fb8531e0 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->{resolution} = '';
# $status{$status};
} else {
- $self->{status} = "resolve";
+ $self->{status} = "resolve
d
";
$self->{resolution} = $status;
}
$self->{resolution} = $status;
}