19 include_once (
"Class.SubForm.php");
20 include_once (
"Class.Application.php");
33 $AppCour->displayable = $action->
getArgument(
"displayable");
34 $AppCour->available = $action->
getArgument(
"available");
35 $AppCour->machine = $action->
getArgument(
"machine");
39 $res = $AppCour->Add();
41 $txt = $action->text(
"err_add_application") .
" : $res";
42 $action->
Register(
"USERS_ERROR", AddSlashes($txt));
45 $res = $AppCour->Modify();
47 $txt = $action->text(
"err_mod_application") .
" : $res";
48 $action->
Register(
"USERS_ERROR", AddSlashes($txt));
51 redirect($action,
"APPMNG",
"");