Alert when no team found

This commit is contained in:
nemunaire 2014-11-21 23:45:21 +01:00
parent 96828dc1d1
commit 604a2589bd

View File

@ -94,6 +94,8 @@ if (!empty($_FILES["inputFile"]['tmp_name']))
}
$template->assign("output", $output);
}
else
$error = "Aucune team trouvée";
if ($error != "")
erreur($error);