Skip to content
Snippets Groups Projects
Commit 4bee9dce authored by Myriam Delaruelle's avatar Myriam Delaruelle
Browse files

nettoyage flags

parent e0714327
No related branches found
No related tags found
No related merge requests found
...@@ -32,11 +32,8 @@ ...@@ -32,11 +32,8 @@
$course = $DB->get_record('course', array('id' => $courseid), '*', MUST_EXIST); $course = $DB->get_record('course', array('id' => $courseid), '*', MUST_EXIST);
require_login($course, false, NULL); require_login($course, false, NULL);
error_log("post");
error_log(var_dump($_POST));
if ($_POST) { if ($_POST) {
error_log("flag");
//Donne les infos sur la comp //Donne les infos sur la comp
if (isset($_POST["idcompetence"])) { if (isset($_POST["idcompetence"])) {
$idcompetence = htmlspecialchars($_POST["idcompetence"]); $idcompetence = htmlspecialchars($_POST["idcompetence"]);
...@@ -179,7 +176,4 @@ ...@@ -179,7 +176,4 @@
} }
} }
} }
else{
error_log("PAS POST ???");
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment