
11-03-2005, 02:29 PM
|
|
|
Join Date: Apr 2004
Posts: 350
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by stonyarc
Testing the updated script now to correct the single and double quote issue.
Quick fix
Add
Code:
$texte = str_replace( '"', '', $texte );
$texte = str_replace( '\'', '', $texte );
To the replace_accent function in VBGooglmap.php or Install version 1.0.1
|
where do you add that?
|