From: khoff Date: Wed, 15 Oct 2003 23:17:19 +0000 (+0000) Subject: $router isn't a global. X-Git-Tag: NET_WHOIS_RAW_0_31~327 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=526a7b2f5b8675b086745cf3fa5cfa6366fd67cf $router isn't a global. --- diff --git a/httemplate/browse/router.cgi b/httemplate/browse/router.cgi index a9ec6fd61..feee4ecaa 100644 --- a/httemplate/browse/router.cgi +++ b/httemplate/browse/router.cgi @@ -18,7 +18,7 @@ my $p2 = popurl(2); Router name Address block(s) -<% foreach $router (sort {$a->routernum <=> $b->routernum} @router) { +<% foreach my $router (sort {$a->routernum <=> $b->routernum} @router) { my @addr_block = $router->addr_block; %>