JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix format_options() (it did nothing before)
[wfpl.git] / format.php
index 85a90a2..451ba21 100644 (file)
@@ -37,7 +37,7 @@ function format_options($str, $name) {
                }
        }
 
-       return $str;
+       return '';
 }
 
 function format_int($str) {