make add/remove starter buttons date sensitive
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user