aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/uplinkkart-text.pl
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2015-05-03 11:18:54 +0200
committerKristian Lyngstol <kristian@bohemians.org>2015-05-03 11:18:54 +0200
commit4c08d48e712b2475d61cbba8785549be12021e60 (patch)
treed7c212f755953b9dd14d5b1d4e5fe2c4087eab81 /web/nms.gathering.org/uplinkkart-text.pl
parentc3684f65dabfffd3a2df5a22685194547c7d213c (diff)
parent2c9231ff1b71e608b369df8666b3b1ec2f32bb74 (diff)
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'web/nms.gathering.org/uplinkkart-text.pl')
-rwxr-xr-xweb/nms.gathering.org/uplinkkart-text.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/uplinkkart-text.pl b/web/nms.gathering.org/uplinkkart-text.pl
index de91e92..c4b31a9 100755
--- a/web/nms.gathering.org/uplinkkart-text.pl
+++ b/web/nms.gathering.org/uplinkkart-text.pl
@@ -17,7 +17,7 @@ print <<"EOF";
<map name="switches">
EOF
-my $q = $dbh->prepare("SELECT * FROM switches NATURAL JOIN placements WHERE switchtype = 'dlink3100'");
+my $q = $dbh->prepare("SELECT * FROM switches NATURAL JOIN placements WHERE switchtype = 'ex2200'");
$q->execute();
while (my $ref = $q->fetchrow_hashref()) {
$ref->{'placement'} =~ /\((\d+),(\d+)\),\((\d+),(\d+)\)/;