htmlparse -> static method
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / htmlparse.inc
index 6371046e8279a8e9280536894657473f3faee9c2..33df755568b8fad7ef449e124394715f78360557 100644 (file)
@@ -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
+}
This page took 0.092935 seconds and 4 git commands to generate.