Add fake "volume" information to TOC if inside a volume

This commit is contained in:
Sebastian Meyer 2011-06-22 18:55:28 +02:00
parent f55b2b6854
commit a361381450
1 changed files with 2 additions and 0 deletions

View File

@ -411,6 +411,8 @@ class tx_dlf_document {
$_details['label'] = (isset($_struct['LABEL']) ? (string) $_struct['LABEL'] : '');
$_details['volume'] = '';
$_details['pagination'] = '';
$_details['type'] = (string) $_struct['TYPE'];