コード例 #1
0
ファイル: FileAccess.php プロジェクト: anassqasmi/project
function modTache($oldTache, $date, $tache, $categorie, $tag, $cible)
{
    deleteTache($oldTache);
    addTache($date, $tache, $categorie, $tag, $cible);
}
コード例 #2
0
ファイル: TachesActions.php プロジェクト: anassqasmi/project
function deleteTachesAction($id)
{
    deleteTache($id);
}