Exemplo n.º 1
0
function modTache($oldTache, $date, $tache, $categorie, $tag, $cible)
{
    deleteTache($oldTache);
    addTache($date, $tache, $categorie, $tag, $cible);
}
Exemplo n.º 2
0
function deleteTachesAction($id)
{
    deleteTache($id);
}