Skip to content
Snippets Groups Projects
Commit ada69c1a authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'release-2.3'

parents 408005ba f2887a64
No related merge requests found
...@@ -377,10 +377,13 @@ class Fedora extends AbstractBase ...@@ -377,10 +377,13 @@ class Fedora extends AbstractBase
$ret = array(); $ret = array();
// OCR // OCR
if (isset($record['ocr-dirty'])) { if (isset($record['ocr-dirty'])) {
$record['ocr-dirty'] = $this->getDatastreamContent( $record['ocr-dirty'] =
$record['id'], htmlentities(
'OCR-DIRTY' $this->getDatastreamContent(
); $record['id'],
'OCR-DIRTY'
)
);
} }
// Technical Information // Technical Information
if (isset($record['master-md'])) { if (isset($record['master-md'])) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment