diff --git a/bureau/admin/adm_dodefquotas.php b/bureau/admin/adm_dodefquotas.php index 320060d8..3ef666b3 100644 --- a/bureau/admin/adm_dodefquotas.php +++ b/bureau/admin/adm_dodefquotas.php @@ -85,7 +85,7 @@ if($_POST["action"] == "add") { continue; list($type, $q) = explode(":", $key, 2); - $c[$type][$q] = abs(intval($val)); + $c[$type][$q] = abs(floatval($val)); } if($quota->setdefaults($c)) {