Ajout verbose parameter

This commit is contained in:
Rodolphe Quiedeville 2005-11-10 08:51:36 +00:00
parent 0820d8fb33
commit 39a9f75b4e

View File

@ -57,7 +57,7 @@ class ProcessGraphContrats
$this->db = new DoliDb($conf->db->type,$conf->db->host,$conf->db->user,$conf->db->pass,$conf->db->name,1);
}
function go($contrat_id = 0)
function go($contrat_id = 0, $verbose)
{
if ($contrat_id == 0)
{