Синхронизация с сервером
This commit is contained in:
parent
4c01398cab
commit
aa61c2ddc1
11 changed files with 47 additions and 24 deletions
|
|
@ -6,7 +6,7 @@ class Excel_Number
|
|||
|
||||
function __construct($value)
|
||||
{
|
||||
$this->value = intval($value);
|
||||
$this->value = (int)($value);
|
||||
}
|
||||
|
||||
function getString()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue