From 32a5426696eeedd8b34edc9cec4264a249b5990b Mon Sep 17 00:00:00 2001 From: Harvie Date: Wed, 27 Oct 2010 00:56:57 +0200 Subject: [PATCH] htmlparse -> static method --- wwwroot/inc/htmlparse.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.30.2