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

Wrong label in tx_wecmap_backend::drawGeocodeStatus() #21

Closed JanBartels closed 12 years ago

JanBartels commented 12 years ago

The label for the longitude is wrong. See below.

function tx_wecmapbackend::drawGeocodeStatus($street, $city, $state, $zip, $country) { ... /* Grab the lat and long that were posted / $newlat = t3lib_div::_GP('lat'); $newlong = t3lib_div::_GP('long'); ... $form = '

'; return '

'.$status.'

'.$form.'

'; }```
JanBartels commented 12 years ago

corrected for V3