Skip to content

Commit

Permalink
Clarify what this value is.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 21, 2015
1 parent f953a99 commit 4bd1e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -312,7 +312,8 @@ protected function _extractMapiAttributes($data)

// Named attributes.
if (($attr_name >= 0x8000) && ($attr_name < 0xFFFE)) {
// GUID?
// PROPERTY_NAME_SPACE contains the GUID for the named property
// namespace.
$this->_getx($data, 16);
$named_type = $this->_geti($data, 32);

Expand Down

0 comments on commit 4bd1e7c

Please sign in to comment.