From 3d8ed270a3cc422781eeb5cba800673f20bdf247 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Mon, 18 Jul 2005 10:52:33 -0800 Subject: [PATCH] [project @ 2005-07-18 11:52:33 by cjwatson] allow versioned 'found' on open bugs --- scripts/service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/service.in b/scripts/service.in index 1882bc56..926e4476 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: service.in,v 1.103 2005/07/18 02:22:49 cjwatson Exp $ +# $Id: service.in,v 1.104 2005/07/18 11:52:33 cjwatson Exp $ # # Usage: service .nn # Temps: incoming/P.nn @@ -351,7 +351,7 @@ END $ref= $1; $version= $2; if (&setbug) { - if (!length($data->{done})) { + if (!length($data->{done}) and not defined($version)) { &transcript("$gBug is already open, cannot reopen.\n\n"); &nochangebug; } else { -- 2.39.5