[geeklog-cvs] geeklog-1.3/public_html/admin story.php,1.96,1.97

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Jul 6 05:34:34 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/admin
In directory internal.geeklog.net:/tmp/cvs-serv12383

Modified Files:
	story.php 
Log Message:
Need to convert double quotes to " in the story title when editing a story.


Index: story.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/admin/story.php,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** story.php	6 Jul 2003 09:24:09 -0000	1.96
--- story.php	6 Jul 2003 09:34:32 -0000	1.97
***************
*** 311,314 ****
--- 311,315 ----
      $A['title'] = str_replace('{','{',$A['title']);
      $A['title'] = str_replace('}','}',$A['title']);
+     $A['title'] = str_replace('"','"',$A['title']);
      $story_templates->set_var('story_title', stripslashes ($A['title']));
      $story_templates->set_var('lang_topic', $LANG24[14]);





More information about the geeklog-cvs mailing list