From 4cbbbc38923498d97d1014d180c00aaa2a9c2a0e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 26 Mar 2009 14:38:37 +0000 Subject: [PATCH] "upps" --- etemplate/inc/class.nextmatch_widget.inc.php | 2 -- 1 file changed, 2 deletions(-) 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': - } } }