diff --git a/etemplate/inc/class.nextmatch_widget.inc.php b/etemplate/inc/class.nextmatch_widget.inc.php index 28abe5c614..cff08469a6 100644 --- a/etemplate/inc/class.nextmatch_widget.inc.php +++ b/etemplate/inc/class.nextmatch_widget.inc.php @@ -1051,8 +1051,6 @@ class nextmatch_widget $val = str_replace(array(' ',','),array('','.'),$val); $value[$key] = is_numeric($pre) ? round($value,$pre) : sprintf($pre,$value); } - case 'float': - } } }