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
|
|
@ -57,7 +57,7 @@ if ( $sb=='change')
|
|||
'?p_action=divers&sa=mp&'.dossier::get()."&ac=".$_REQUEST['ac']
|
||||
);
|
||||
echo '</form>';
|
||||
exit();
|
||||
return;
|
||||
}
|
||||
//----------------------------------------------------------------------
|
||||
// Save the change
|
||||
|
|
@ -106,7 +106,7 @@ if ($sb=='ins')
|
|||
);
|
||||
echo '</form>';
|
||||
|
||||
exit();
|
||||
return;
|
||||
}
|
||||
//--------------------------------------------------------------------------------
|
||||
//LIST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue