Index: applications/editors/josm/plugins/pointInfo/servers/RUIAN/index.php
===================================================================
--- applications/editors/josm/plugins/pointInfo/servers/RUIAN/index.php	(revision 31012)
+++ applications/editors/josm/plugins/pointInfo/servers/RUIAN/index.php	(revision 35565)
@@ -78,5 +78,5 @@
     select nb.user_nick, nb.datum, nbd.popis, nb.poznamka
     from neplatne_budovy nb, neplatne_budovy_duvod nbd
-    where nb.duvod = nbd.id and nb.kod = ".$row["kod"]."
+    where nb.duvod = nbd.id and not nb.deleted and nb.kod = ".$row["kod"]."
     ;
   ";
