From: Harvie Date: Tue, 26 Oct 2010 22:56:57 +0000 (+0200) Subject: htmlparse -> static method X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=32a5426696eeedd8b34edc9cec4264a249b5990b;p=mirrors%2FKyberia-bloodline.git htmlparse -> static method --- diff --git a/wwwroot/inc/htmlparse.inc b/wwwroot/inc/htmlparse.inc index 6371046..33df755 100644 --- a/wwwroot/inc/htmlparse.inc +++ b/wwwroot/inc/htmlparse.inc @@ -2,7 +2,7 @@ class htmlparse { -function htmlparse($data) +public static function htmlparse($data) { /* if function finds anything unsafe,it will return @@ -180,4 +180,4 @@ function htmlparse($data) return 1; } -} \ No newline at end of file +}