htmlparse -> static method
authorHarvie <tomas@mudrunka.cz>
Tue, 26 Oct 2010 22:56:57 +0000 (00:56 +0200)
committerHarvie <tomas@mudrunka.cz>
Tue, 26 Oct 2010 22:56:57 +0000 (00:56 +0200)
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.11693 seconds and 4 git commands to generate.