Bug #0002219: Compatibilité PHP 8.2 , 8.1 , 8.0
This commit is contained in:
parent
1c7f0086a6
commit
21b1cb3d84
36 changed files with 103 additions and 100 deletions
|
|
@ -245,7 +245,7 @@ EOF;
|
|||
|
||||
if (isDate($p_date_start)==null ||
|
||||
isDate($p_date_end)==null ||
|
||||
strlen(trim($p_exercice))==0 ||
|
||||
noalyss_strlentrim($p_exercice)==0 ||
|
||||
isNumber($p_exercice) ==0 ||
|
||||
$p_exercice<COMPTA_MIN_YEAR ||
|
||||
$p_exercice>COMPTA_MAX_YEAR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue