array( "m1"=>"", "nr"=>true, // sans confirmation "ask"=>array("param_pub_commentaire"), "m2"=>"Vers_Publie"), "Vers_Brouillon"=>array( "m1"=>"", "nr"=>true, // sans confirmation "m2"=>"") ); var $cycle=array( array( "e1"=>"Brouillon", "e2"=>"Publie", "t"=>"Vers_Publie"), array( "e1"=>"Publie", "e2"=>"Brouillon", "t"=>"Vers_Brouillon"), ); function Vers_Publie($newstate) { include_once("FDL/mailcard.php"); include_once("FDL/Lib.Dir.php"); include_once ("FDL/freedom_util.php"); global $action; $dbaccess = GetParam("FREEDOM_DB"); $docid=getIdFromName($dbaccess,"PUB_GRP_LECTEUR"); $doc = new_Doc($dbaccess,$docid); $to=$doc->getValue("grp_mail"); $cc=""; $subject="[Publication] ".$this->doc->title; sendCard($action, $this->doc->id, $to,$cc,$subject,"FDL:MAIL_PUBLICATION:S",true); } } ?>