fixed removing end of lines
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / nodes.inc
index 46cbeaa2683f09d79fd272373e92506dd58929ad..e32825070db61645443062bb4916ab627d71961b 100644 (file)
@@ -148,7 +148,7 @@ function processContent($node_content) {
                 }
 
                 $node_content = eregi_Replace("((( )|(\n)|(^))+)(http://|ftp://|https://)([[:alnum:]][^,[:space:]]*)","\\2<a target='_blank' href=\"\\6\\7\">\\6\\7</a>",$node_content);
-               $node_content = mysql_real_escape_string($node_content);
+               //$node_content = mysql_real_escape_string($node_content); once is enough
         }
 
         return $node_content;
This page took 0.100899 seconds and 4 git commands to generate.