|
|
@ -243,10 +243,16 @@ class VisitorController {
|
|
|
|
$completed=true;
|
|
|
|
$completed=true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$model = new MdlTache();
|
|
|
|
$model = new MdlTache();
|
|
|
|
|
|
|
|
|
|
|
|
$tache=$model->findById($_POST['task']);
|
|
|
|
$tache=$model->findById($_POST['task']);
|
|
|
|
$model->update($tache, $name, $content, $completed);
|
|
|
|
$model->update($tache, $name, $content, $completed);
|
|
|
|
$_REQUEST['action']="goHome";
|
|
|
|
$_REQUEST['action']="goHome";
|
|
|
|
$this->Reinit();
|
|
|
|
$this->Reinit();
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
$model->update($tache, $name, $content, $completed);
|
|
|
|
|
|
|
|
$_REQUEST['action']="accessListInfos";
|
|
|
|
|
|
|
|
$this->accessListInfos($dVueEreur);
|
|
|
|
|
|
|
|
*/
|
|
|
|
$dVueEreur= array();
|
|
|
|
$dVueEreur= array();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|