Esempio n. 1
0
     displayErrorPage($LmarcTagDmQ);
 }
 $LmarcTagDmQ->execSelect();
 if ($LmarcTagDmQ->errorOccurred()) {
     $LmarcTagDmQ->close();
     displayErrorPage($marcTagDmQ);
 }
 $LmarcTags = $LmarcTagDmQ->fetchRows();
 $LmarcTagDmQ->close();
 $LmarcSubfldDmQ = new UsmarcSubfieldDmQuery();
 $LmarcSubfldDmQ->connect();
 if ($LmarcSubfldDmQ->errorOccurred()) {
     $LmarcSubfldDmQ->close();
     displayErrorPage($marcSubfldDmQ);
 }
 $LmarcSubfldDmQ->execSelect();
 if ($LmarcSubfldDmQ->errorOccurred()) {
     $LmarcSubfldDmQ->close();
     displayErrorPage($LmarcSubfldDmQ);
 }
 $LmarcSubflds = $LmarcSubfldDmQ->fetchRows();
 $LmarcSubfldDmQ->close();
 #****************************************************************************
 #*  Search database marc
 #****************************************************************************
 $LbiblioQ = new BiblioQuery();
 $LbiblioQ->connect();
 if ($biblioQ->errorOccurred()) {
     $biblioQ->close();
     displayErrorPage($LbiblioQ);
 }