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 = pmb_mysql_query($q, $dbh); if ($r) { if(pmb_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 { if(!$to_bul) { // affichage d'un form pour déplacer un article de périodique echo str_replace('!!page_title!!', $msg['4000'].$msg['1003'].$msg['analysis_move'], $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->get_serial()->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 .= "

".$myAnalysis->tit1."

"; print pmb_bidi("
".$link_parent."

"); print "
".$myAnalysis->move_form()."
"; } else { // routine de déplacmeent $myAnalysis = new analysis($analysis_id, $bul_id); $myAnalysis->move($to_bul); print pmb_bidi(""); //Redirection } } ?>