php8.1 : compatibility
This commit is contained in:
parent
778400a506
commit
d606c1d6fa
18 changed files with 131 additions and 32 deletions
|
|
@ -88,12 +88,12 @@ class Acc_Balance
|
|||
$and=" and ";
|
||||
}
|
||||
|
||||
if ( strlen(trim($this->from_poste)) != 0 && $this->from_poste!=-1 )
|
||||
if ( strlen(noalyss_trim($this->from_poste)) != 0 && $this->from_poste!=-1 )
|
||||
{
|
||||
$from_poste=" $and j_poste::text >= '".$this->from_poste."'";
|
||||
$and=" and ";
|
||||
}
|
||||
if ( strlen(trim($this->to_poste)) != 0 && $this->to_poste!=-1 )
|
||||
if ( strlen(noalyss_trim($this->to_poste)) != 0 && $this->to_poste!=-1 )
|
||||
{
|
||||
$to_poste=" $and j_poste::text <= '".$this->to_poste."'";
|
||||
$and=" and ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue