Changeset 2819
- Timestamp:
- 12/30/10 14:51:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/myGmaps/_public.php
r2814 r2819 89 89 $content = str_replace("\\", "\\\\", $maps->post_content_xhtml); 90 90 $content = str_replace(array("\r\n", "\n", "\r"),"\\n",$content); 91 91 $content = str_replace(array("'"),"\'",$content); 92 92 if (sizeof($list) == 1) { 93 93 $marker = explode("|",$list[0]);
Note: See TracChangeset
for help on using the changeset viewer.