fix php parse error
This commit is contained in:
parent
656c8fe291
commit
786ed15e15
|
@ -57,7 +57,7 @@ switch ($_POST['act']){
|
|||
error (500,"missing parameter 2");
|
||||
}
|
||||
|
||||
if(!is_it_possible_to_place_ships_on_grid($postValues['gridWidth'],$postValues['gridHeight'],$postValues['nbShip1'],$posValues['nbship2'],$postValues['nbship3'],$postValues['nbship4'],$postValues['nbship5'],$postvalues['nbship6'])){
|
||||
if(!is_it_possible_to_place_ships_on_grid($postValues['gridWidth'],$postValues['gridHeight'],$postValues['nbShip1'],$postValues['nbship2'],$postValues['nbship3'],$postValues['nbship4'],$postValues['nbship5'],$postvalues['nbship6'])){
|
||||
error (404,"grid is too little for these sips");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user