summaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-xshowdependencygraph.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi
index e97af975b..ed87b6d90 100755
--- a/showdependencygraph.cgi
+++ b/showdependencygraph.cgi
@@ -188,7 +188,7 @@ foreach my $k (keys(%seen)) {
push(@params, "shape=box");
}
- if (IsOpenedState($stat)) {
+ if (is_open_state($stat)) {
push(@params, "color=green");
}