Skip to content

Commit

Permalink
Readd constants erroneously removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 14, 2015
1 parent 7caba2b commit 823d629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/Compress/lib/Horde/Compress/Tnef.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ class Horde_Compress_Tnef extends Horde_Compress_Base
const ID_REQUEST_RESP = 0x40009;
const ID_FROM = 0x8000;
const AIDOWNER = 0x50008;
const ID_DATE_START = 0x30006;
const ID_DATE_END = 0x30007;

// All valid MAPI data types.
// @todo These should all be MAPI_TYPE_*
Expand Down

0 comments on commit 823d629

Please sign in to comment.