This commit is contained in:
Ralf Becker 2009-03-26 14:38:37 +00:00
parent 4311a66215
commit 4cbbbc3892

View File

@ -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':
}
}
}