make add/remove starter buttons date sensitive

This commit is contained in:
marko
2023-01-29 19:55:33 +01:00
parent 4ff0659f90
commit ece0ef5025
9 changed files with 492 additions and 196 deletions

View File

@@ -162,7 +162,8 @@ function changePassword($db, $changerId, $changeeId, $changerPassword, $newPassw
// if( !in_array($changeeId, $changersKidsIds) ){
if (!isUserInKidIds($changeeId, $changersKidsIds)) {
// echo("not your child: ".$changeeId." not in "); var_dump($changersKidsIds);
// echo("not your child: ".$changeeId." not in ");
// var_dump($changersKidsIds);
return false;
}
}