get_threaded_children fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / htmlparse.inc
index 6371046e8279a8e9280536894657473f3faee9c2..4e49a5b37862560189ff13f0978b11cd585d16b8 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-class htmlparse {
+class htmlparser {
 
-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
+}
This page took 0.090267 seconds and 4 git commands to generate.