From 89fa5ec11bf4c275760ec80b1d8be0d0cf01ec54 Mon Sep 17 00:00:00 2001 From: Shadow Date: Sat, 21 Dec 2013 10:35:13 +0200 Subject: [PATCH] Update vilview.tpl --- Templates/Map/vilview.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/Templates/Map/vilview.tpl b/Templates/Map/vilview.tpl index fae4e240..487cf641 100644 --- a/Templates/Map/vilview.tpl +++ b/Templates/Map/vilview.tpl @@ -163,6 +163,7 @@ if($query != 0){ while($row = mysql_fetch_array($result)){ $dataarray = explode(",",$row['data']); $type = $row['ntype']; + $topic=$row['topic']; echo ""; if($type==18 or $type==19 or $type==20 or $type==21){ echo "\"".$topic."\"";