aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/uplinkkart-text.pl
diff options
context:
space:
mode:
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+)\)/;