Skip to content
Snippets Groups Projects
Commit c3f9ab14 authored by clement's avatar clement
Browse files

c

parent 6ec40766
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ $actions = array("listeOrdonnance", "addOrdonnance", "editOrdonnance", "listePro
// Check action is correct
if(!in_array($action, $actions)) {
$action = "liste";
$action = "listeOrdonnance";
}
switch($action) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment