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