Replace in inc file exit by return
This commit is contained in:
parent
f7b4d5497d
commit
25635a296a
37 changed files with 77 additions and 77 deletions
|
|
@ -71,7 +71,7 @@ if ( isset($_GET['start']) && isset($_GET['end']))
|
|||
if ( isDate($_GET['start']) == null || isDate($_GET['end']) == null )
|
||||
{
|
||||
echo alert(_('Date malformée, désolé'));
|
||||
exit();
|
||||
return;
|
||||
}
|
||||
}
|
||||
echo '<div id="list">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue