X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fnodes.inc;h=8553edd92c066b1b2f955665c0462ed2884dc112;hb=78f1a5f44941de2459b71c375e36cf88227c689c;hp=c7998508cfe47ba22df22b360b51ddccc2b62d9c;hpb=d068d94b5e62de2f80164fd8062adce6e0ad93ae;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/nodes.inc b/wwwroot/inc/nodes.inc index c799850..8553edd 100644 --- a/wwwroot/inc/nodes.inc +++ b/wwwroot/inc/nodes.inc @@ -50,7 +50,7 @@ function processContent_hack($node_content) { } $node_content = eregi_Replace("((( )|(\n)|(^))+)(http://|ftp://|https://)([[:alnum:]][^,[:space:]]*)","\\2\\6\\7",$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;