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); if(pmb_mysql_result($r,0,0)==0) { $acces_m=0; } } if ($acces_m==0) { error_message('', htmlentities($dom_1->getComment('mod_bull_error'), ENT_QUOTES, $charset), 1, ''); } else { if(!$to_serial) { // affichage d'un form pour déplacer un bulletin de périodique echo str_replace('!!page_title!!', $msg['4000'].$msg['1003'].$msg['bulletin_move'], $serial_header); // // on instancie le truc $myBulletinage = new bulletinage($bul_id); // lien vers la notice chapeau $link_parent = ""; $link_parent .= $msg[4010].""; $link_parent .= ""; $link_parent .= "bulletin_notice)."\">".$myBulletinage->get_serial()->tit1.''; $link_parent .= ""; $link_parent .= ""; if ($myBulletinage->bulletin_numero) $link_parent .= $myBulletinage->bulletin_numero." "; if ($myBulletinage->mention_date) $link_parent .= " (".$myBulletinage->mention_date.") "; $link_parent .= "[".$myBulletinage->aff_date_date."]"; $link_parent .= ""; print pmb_bidi("
".$link_parent."

"); print "
".$myBulletinage->move_form()."
"; } else { // routine de déplacmeent $myBulletinage = new bulletinage($bul_id); $myBulletinage->move($to_serial); //Redirection print pmb_bidi(""); } } ?>