]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 201294: showdependencygraph.cgi now uses the global IsOpenedState() sub instead...
authorjustdave%syndicomm.com <>
Sun, 26 Oct 2003 13:39:18 +0000 (13:39 +0000)
committerjustdave%syndicomm.com <>
Sun, 26 Oct 2003 13:39:18 +0000 (13:39 +0000)
r= gerv, a= justdave

showdependencygraph.cgi

index b035abad485d5e50120e4ce820cc7bcb63dddd0d..d13f77c5db9fa63c264c2bbe3dd1cf5a107c40f6 100755 (executable)
@@ -160,7 +160,7 @@ foreach my $k (keys(%seen)) {
         push(@params, "shape=box");
     }
 
-    if ($stat =~ /^(NEW|ASSIGNED|REOPENED)$/) {
+    if (IsOpenedState($stat)) {
         push(@params, "color=green");
     }