Синхронизация с сервером

This commit is contained in:
Origami11 2020-01-14 10:40:01 +03:00
parent 4c01398cab
commit aa61c2ddc1
11 changed files with 47 additions and 24 deletions

View file

@ -6,7 +6,7 @@ class Excel_Number
function __construct($value)
{
$this->value = intval($value);
$this->value = (int)($value);
}
function getString()