162 |
# called by default form, used to confirm deletion of data in DB |
162 |
# called by default form, used to confirm deletion of data in DB |
164 |
$sth=$dbh->prepare("select tagfield,liblibrarian,libopac,repeatable,mandatory,authorised_value,ind1_defaultvalue,ind2_defaultvalue from marc_tag_structure where tagfield=? and frameworkcode=?"); |
164 |
$sth=$dbh->prepare("select tagfield,liblibrarian,libopac,repeatable,mandatory,authorised_value,ind1_defaultvalue,ind2_defaultvalue from marc_tag_structure where tagfield=? and frameworkcode=?"); |
165 |
$sth->execute($searchfield, $frameworkcode); |
165 |
$sth->execute($searchfield, $frameworkcode); |