From 451562c3f594347870c9c961ddc0aa41d0278f2d Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 11 Jun 2010 16:43:18 +0000 Subject: fixed a typo --- doc/ucis.ano/bgp_graph/path_list_to_dot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ucis.ano/bgp_graph/path_list_to_dot.php b/doc/ucis.ano/bgp_graph/path_list_to_dot.php index 9efeb79..1c54583 100755 --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php @@ -18,7 +18,7 @@ while (!feof($file)) { foreach ($nodes as $node => $links) { foreach ($links as $link => $dummy) { - if ($node != link && isset($nodes[$node][$link]) && isset($nodes[$link][$node])) unset($nodes[$link][$node]); + if ($node != $link && isset($nodes[$node][$link]) && isset($nodes[$link][$node])) unset($nodes[$link][$node]); } } -- cgit v1.2.3