insertAndMakeListUser.php update

remotes/origin/database-api-implementation
Dorian HODIN 2 years ago committed by felixmielcarek
parent 4488f03ef0
commit 01749f3b3b

@ -86,9 +86,6 @@ function insertUserAndReturnList(): array|int
} }
} }
if (!empty($listUser)){
return 2;
}
return $listUser; //Return an array return $listUser; //Return an array
} else { //If the method POST return nothing } else { //If the method POST return nothing

Loading…
Cancel
Save