setDomain(1);
$acces_j = $dom_1->getJoin($PMBuserid,8,'bulletin_notice');
$q = "select count(1) from bulletins $acces_j where bulletin_id=".$bul_id;
$r = mysql_query($q, $dbh);
if ($r) {
if(mysql_result($r,0,0)==0) {
$acces_m=0;
}
} else {
$acces_m=0;
}
}
if ($acces_m==0) {
if (!$analysis_id) {
error_message('', htmlentities($dom_1->getComment('mod_bull_error'), ENT_QUOTES, $charset), 1, '');
} else {
error_message('', htmlentities($dom_1->getComment('mod_depo_error'), ENT_QUOTES, $charset), 1, '');
}
} else {
// affichage d'un form pour création, modification d'un article de périodique
if(!$analysis_id) {
// pas d'id, c'est une création
echo str_replace('!!page_title!!', $msg[4000].$msg[1003].$msg[4022], $serial_header);
} else {
echo str_replace('!!page_title!!', $msg[4000].$msg[1003].$msg[4023], $serial_header);
}
// on instancie le truc
$myAnalysis = new analysis($analysis_id, $bul_id);
$myBul = new bulletinage($bul_id);
// lien vers la notice chapeau
$link_parent = "";
$link_parent .= $msg[4010]."";
$link_parent .= "";
$link_parent .= "bulletin_notice."\">".$myBul->tit1.'';
$link_parent .= "
";
$link_parent .= "";
if ($myBul->bulletin_numero) $link_parent .= $myBul->bulletin_numero." ";
if ($myBul->mention_date) $link_parent .= " (".$myBul->mention_date.") ";
$link_parent .= "[".$myBul->aff_date_date."]";
$link_parent .= "
";
$link_parent .= "