Migration to PDO database abstraction layer
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / nodes.inc
index c7998508cfe47ba22df22b360b51ddccc2b62d9c..8553edd92c066b1b2f955665c0462ed2884dc112 100644 (file)
@@ -50,7 +50,7 @@ function processContent_hack($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); once is enough
+               //$node_content = db_escape_string($node_content); once is enough
         }
 
         return $node_content;
This page took 0.110956 seconds and 4 git commands to generate.