diff --git a/application/models/Dok.php b/application/models/Dok.php index e0b25caf5..7355dabd6 100644 --- a/application/models/Dok.php +++ b/application/models/Dok.php @@ -38,7 +38,7 @@ class DOK extends CI_Model { $dokBand = $this->getDokConfirmed($location_list, $band, $postdata); foreach ($dokBand as $line) { if (array_key_exists($line->COL_DARC_DOK, $bandDok)) { /* For now ignore DOKs which are logged but not existing in the official lists any more */ - $bandDok[$line->COL_DARC_DOK][$band] = '
'; + $bandDok[$line->COL_DARC_DOK][$band] = ''; $doks[$line->COL_DARC_DOK]['count']++; } }