".$msg[1150]." : ".$serial->tit1.""; $requete = "select bulletin_id from bulletins join exemplaires on expl_bulletin=bulletin_id WHERE bulletin_notice=$serial_id group by bulletin_id ORDER BY bulletin_id DESC"; $res = pmb_mysql_query($requete, $dbh); if(pmb_mysql_num_rows($res)) { print $begin_result_liste; while (($n=pmb_mysql_fetch_object($res))) { $link_bulletin = "./circ.php?categ=resa_planning&resa_action=add_resa&id_empr=$id_empr&groupID=$groupID&id_bulletin=".$n->bulletin_id; require_once ("$class_path/serials.class.php") ; require_once ("$include_path/bull_info.inc.php") ; $n->isbd = show_bulletinage_info_resa($n->bulletin_id, $link_bulletin); print $n->isbd ; } print $end_result_liste; } else { error_message($msg[235], $msg['resa_no_expl'], 1, "./circ.php?categ=resa_planning=resa_action=search_resa&id_empr=$id_empr&groupID=$groupID&mode=0"); }