On 8/23/11 2:45 PM, Johannes C. Schulz - EnzephaloN IT-Solutions wrote:
Hallo


in welcher Zeile kommt der Fehler?

class.address_hook.php:

<?php

if (!defined ('TYPO3_MODE'))   die ('Access denied.');

class address_hook extends tx_ttaddress_pi1{

   public function extraItemMarkerProcessor(&$markerArray,&$address,
&$lConf,&$lcObj) {

     $lcObj = t3lib_div::makeInstance('tslib_cObj');

     $lcObj->data = $address;

     $markerArray['###LAT###'] =
$lcObj->stdWrap($address['tt_address_hook_lat'],
$lConf['tt_address_hook_lat.']);

     $markerArray['###LON###'] =
$lcObj->stdWrap($address['tt_address_hook_lng'],
$lConf['tt_address_hook_lng.']);

sts.typo3.org/cgi-bin/mailman/listinfo/typo3-german


--
Dipl.-Ing. Rainer Schleevoigt
Webmasterei Hamburg
iPhone/Android Developer
Certified TYPO3 Integrator
22303 Hamburg
Novalisweg 10

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an