Replace in inc file exit by return

This commit is contained in:
Dany De Bontridder 2014-11-15 01:50:12 +01:00
parent f7b4d5497d
commit 25635a296a
37 changed files with 77 additions and 77 deletions

View file

@ -80,7 +80,7 @@ if ( $request_sa== 'jrn' )
if (empty($array) == true)
{
echo _("Aucun enregistrement");
exit();
return;
}
echo '<table>';