compatibility PHP8.1 : trim null deprecated
This commit is contained in:
parent
4d1fbc425e
commit
b880126dd5
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class Noalyss_Csv
|
|||
*/
|
||||
protected function nb($p_number)
|
||||
{
|
||||
$p_number=trim($p_number);
|
||||
$p_number=noalyss_trim($p_number);
|
||||
if ($p_number=="") {return $p_number;}
|
||||
if ( isNumber($p_number) == 1 ) {
|
||||
$r=number_format($p_number, 4, $this->sep_dec,'');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue