Version 1.5
This commit is contained in:
parent
083eb365c5
commit
a66ed9797b
157 changed files with 29787 additions and 3531 deletions
|
|
@ -20,7 +20,7 @@ $titre = 'Chantier terrestre';
|
|||
exit;
|
||||
}
|
||||
//Lancement d'une nouvelle construction
|
||||
if (isset($_GET['v']) && isset($nomvaisn[$_GET['v']]) && !empty($_POST['nombre'])) {
|
||||
if (isset($_GET['v']) && !empty($nomvaisn[$_GET['v']]) && !empty($_POST['nombre'])) {
|
||||
$i = $_GET['v'];
|
||||
$nbv = floor($_POST['nombre']);
|
||||
if(requestDeblok($nomterrnTECH[$i], $queryPlanete, $queryUser) && $nbv > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue