diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index e49a4d4a0..ad3c32a58 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -204,6 +204,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Theme_Style { '2#020'=>'Subcategories', '2#040'=>'SpecialInstructions', '2#055'=>'CreationDate', + '2#060'=>'CreationTime', '2#080'=>'AuthorByline', '2#085'=>'AuthorTitle', '2#090'=>'City', @@ -217,12 +218,17 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Theme_Style { '2#120'=>'Caption', '2#122'=>'CaptionWriter' ); - $retStr = '
| ' . $iptcHeaderArray[$key] . ' | ' . htmlspecialchars(implode('; ', $val)) . ' |
| Encoding | ' . (($val[0] == "\x1B%G") ? 'UTF-8' : '') . ' |
| RecordVersion | ' . ord($val[0]) . ' |
| ' . $key . ' | ' . htmlspecialchars(implode('; ', $val)) . ' |