Page 1 of 1

Block "currentSK" - Please fix the line 50

Posted: Wed Jan 31, 2018 2:43 pm
by mpca86
Please change this code

Code: Select all

preg_match_all("/<tr ?>(.*?)<\/tr>/",$dataTable,$matchedCities);
to this

Code: Select all

preg_match_all("/<tr .*?>(.*?)<\/tr>/",$dataTable,$matchedCities);
Each second row has the style "class="second"" and therefore not all cities/places are selected ;)