1118a1119 > $codesonly = variable_get('location_province_autocomplete', 0); 1134c1135,1141 < if ($counter < 5) { --- > if ($codesonly) { > if (preg_match($string, strtolower($code))) { > $matches[$code] = $code; > ++$counter; > } > } > else {