Bug #0002219: Compatibilité PHP 8.2 , 8.1 , 8.0

This commit is contained in:
sparkyx 2023-02-01 16:49:24 +01:00
parent 1c7f0086a6
commit 21b1cb3d84
36 changed files with 103 additions and 100 deletions

View file

@ -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)