1
0
Fork 0

debuggage

This commit is contained in:
Daniel Tartavel 2019-12-01 01:03:13 +01:00
parent bbc61f7f0a
commit ac71fd4a50
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ while ($user = $doldb->result->fetch_assoc())
}
// vérification si l'utilisateur est à jour de cotisation
$datefin = DateTime::createFromFormat("Y-m-d H:i:s", $user['datefin']);
echo "datefin=>" . $datefin;
$interval = new DateInterval('P0000Y02M00D');
$datefin->add($interval);
if ( $datefin->getTimestamp() <= time() )