From: Jason Woofenden Date: Fri, 9 Apr 2010 17:53:41 +0000 (-0400) Subject: fix format_options() (it did nothing before) X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=b57ed00acb7392eff295093d4dfa60d61b018a7d;p=wfpl.git fix format_options() (it did nothing before) --- diff --git a/format.php b/format.php index 85a90a2..451ba21 100644 --- a/format.php +++ b/format.php @@ -37,7 +37,7 @@ function format_options($str, $name) { } } - return $str; + return ''; } function format_int($str) {