Origines des notices NG72 $sql="select orinot_diffusion from origine_notice,notices where notice_id = '$id' and origine_catalogage = orinot_id"; $res=mysql_query($sql,$dbh); $diffusable = mysql_result($res,0,0); if($diffusable){ $export= new start_export($id,$typeexport) ; $e_notice.=$export->output_notice; $z ++; } else $z++; } } return $e_notice ; } ?>