Alert when no team found
This commit is contained in:
parent
96828dc1d1
commit
604a2589bd
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ if (!empty($_FILES["inputFile"]['tmp_name']))
|
||||||
}
|
}
|
||||||
$template->assign("output", $output);
|
$template->assign("output", $output);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
$error = "Aucune team trouvée";
|
||||||
|
|
||||||
if ($error != "")
|
if ($error != "")
|
||||||
erreur($error);
|
erreur($error);
|
||||||
|
|
Reference in a new issue