JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix format_options() (it did nothing before)
authorJason Woofenden <jason@jasonwoof.com>
Fri, 9 Apr 2010 17:53:41 +0000 (13:53 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 9 Apr 2010 17:53:41 +0000 (13:53 -0400)
format.php

index 85a90a2..451ba21 100644 (file)
@@ -37,7 +37,7 @@ function format_options($str, $name) {
                }
        }
 
-       return $str;
+       return '';
 }
 
 function format_int($str) {