Block "currentSK" - Please fix the line 50
Posted: Wed Jan 31, 2018 2:43 pm
Please change this code
to this
Each second row has the style "class="second"" and therefore not all cities/places are selected 
Code: Select all
preg_match_all("/<tr ?>(.*?)<\/tr>/",$dataTable,$matchedCities);Code: Select all
preg_match_all("/<tr .*?>(.*?)<\/tr>/",$dataTable,$matchedCities);