helldragonpz

Results 1 comments of helldragonpz

Change this line in the file /tools/clisetup/setup.func.php ``` $updateFields[$k] = number_format($v, 2, '.', ''); ``` To this ``` $updateFields[$k] = number_format((float)$v, 2, '.', ''); ```