andre 4 лет назад
Родитель
Сommit
5812d9f778
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      zimbraSingle.php

+ 2 - 2
zimbraSingle.php

@@ -263,8 +263,8 @@ function zimbraSingle_UsageUpdate($params) {
                 ->where('id', '=', $product['id'])
                 ->update(
                     array(
-                        'diskusage' => round($mboxSize / 1048576,2),
-                        'disklimit' => round($accountQuota / 1048576,2),
+                        'diskusage' => round($mboxSize / 1048576),
+                        'disklimit' => round($accountQuota / 1048576),
                         'lastupdate' => Capsule::raw('now()')
                     )
                 );