webempoweredchurch / wec_map

Mapping extension for TYPO3 that connects to geocoding databases and Google Maps API.
http://webempoweredchurch.org
6 stars 3 forks source link

Remove deprecated functions for Typo3 V6 #24

Open JanBartels opened 12 years ago

JanBartels commented 12 years ago

The deprecated function t3lib_div::readLLXMLfile() is called from pi[1-3]/class.tx_wecmap_pi3_wizicon.php. Replace it with t3lib_l10n_parser_Llxml::getParsedData().

JanBartels commented 12 years ago

Compatibility-patch committed. Testing with Typo3 V6 is welcome. I don't have a V6-instance running.