This commit is contained in:
KONE SOREL 2026-03-31 18:36:26 +00:00
parent b2c4eb2f77
commit b3fc232825

View File

@ -72,7 +72,7 @@
}
$telephone = $beneficiaire['telephonePortable'];
$format = strlen($telephone) > "4" ? verifierTelephone($numero) : "0";
$format = strlen($telephone) > "4" ? verifierTelephone($telephone) : "0";
var_dump($format);
?>