Hello Marcus 

First of all, I'd like to thank you for the support.

I've found a similar problem reported about "browser" extension on typo3
forge, and I took their solution, modifying the line 171 into:

if ($globalMarkerArray != "") {
                $this->templateCode=
$this->cObj->substituteMarkerArray($this->templateCode,
$globalMarkerArray);
        }

Your suggested solutions were:

1.

globalMarkerArray = array(); 
$this->templateCode=
$this->cObj->substituteMarkerArray($this->templateCode,
$globalMarkerArray);
        
2. Comment the whole line. 

In your opinion, which solution is the most reliable?

Thanks


--------------------------------------------
Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561
--------------------------------------------



Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.


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

Reply via email to