modification complète d'un pompier

This commit is contained in:
pierre renaudot
2023-10-19 09:07:06 +02:00
parent 5fdb28c44e
commit aa0701334e
7 changed files with 394 additions and 245 deletions

View File

@@ -125,7 +125,9 @@ function estTableauEntiers($tabEntiers)
$ok = true;
foreach($tabEntiers as $unEntier)
{
if(!estEntierPositif($unEntier)){$ok=false;}
if(!estEntierPositif($unEntier)){
$ok=false;
}
}
return $ok;
}