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); if(mysql_num_rows($res)){ $diffusable = mysql_result($res,0,0); if($diffusable){ $export= new start_export($id,$typeexport,$param_export) ; $e_notice.=$export->output_notice; $z ++; } else $z++; } else $z++; } } return $e_notice ; } ?>