297 |
return ( $authId, $record, 'Z3950_UPDATED' ); |
297 |
return ( $authId, $record, 'Z3950_UPDATED' ); |
300 |
"INSERT INTO auth_header (datecreated,authtypecode,marc,marcxml,origincode) VALUES (NOW(),?,?,?,?)"); |
300 |
"INSERT INTO auth_header (datecreated,authtypecode,marcxml,origincode) VALUES (NOW(),?,?,?)"); |
302 |
$sth->execute( $authtypecode, $record->as_usmarc, $record->as_xml_record($format), $controlNumber ) |
302 |
$sth->execute( $authtypecode, $record->as_xml_record($format), $controlNumber ) |