setDomain(1); $acces_m = $dom_1->getRights($PMBuserid,$id,8); } if ($acces_m==0) { error_message('', htmlentities($dom_1->getComment('mod_noti_error'), ENT_QUOTES, $charset), 1, ''); } else { // affichage du form de création/modification d'une notice $myNotice = new notice($id, $saisieISBN); print $myNotice->show_form(); } ?>