[geeklog-cvs] geeklog: Removed duplicate use of COM_undoSpecialChars for intro...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 19 10:53:19 EDT 2011


changeset 8180:a948f14f1ac0
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a948f14f1ac0
user: Tom <websitemaster at cogeco.net>
date: Sat Mar 19 10:53:02 2011 -0400
description:
Removed duplicate use of COM_undoSpecialChars for intro and body text

diffstat:

 system/lib-story.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 1e1e183cb84c -r a948f14f1ac0 system/lib-story.php
--- a/system/lib-story.php	Sat Mar 19 10:42:24 2011 -0400
+++ b/system/lib-story.php	Sat Mar 19 10:53:02 2011 -0400
@@ -90,8 +90,8 @@
 
     if( !empty( $query ))
     {
-        $introtext = COM_highlightQuery( COM_undoSpecialChars($introtext), $query );
-        $bodytext  = COM_highlightQuery( COM_undoSpecialChars($bodytext), $query );
+        $introtext = COM_highlightQuery($introtext, $query );
+        $bodytext  = COM_highlightQuery($bodytext, $query );
     }
 
 



More information about the geeklog-cvs mailing list