Fix: regression

This commit is contained in:
Regis Houssin
2010-04-21 22:14:11 +00:00
parent ba479b95f0
commit 335c038dd8
36 changed files with 2327 additions and 224 deletions

View File

@@ -42,15 +42,5 @@ class Workflow
$this->db = $DB ;
}
/**
* \brief Fonction appelee lors du declenchement d'un evenement Dolibarr.
* Cette fonction declenche la gestion du workflow.
* TODO under construction
*/
function call_workflow($action,$object,$user,$langs,$conf)
{
$this->run_triggers($action,$object,$user,$langs,$conf);
}
}
?>