diff --git a/lib/ext/Syncroton/Wbxml/Dtd/ActiveSync/CodePage5.php b/lib/ext/Syncroton/Wbxml/Dtd/ActiveSync/CodePage5.php index 3da36c3..346ba4c 100644 --- a/lib/ext/Syncroton/Wbxml/Dtd/ActiveSync/CodePage5.php +++ b/lib/ext/Syncroton/Wbxml/Dtd/ActiveSync/CodePage5.php @@ -1,35 +1,35 @@ */ /** * class documentation * * @package Wbxml * @subpackage ActiveSync */ class Syncroton_Wbxml_Dtd_ActiveSync_CodePage5 extends Syncroton_Wbxml_Dtd_ActiveSync_Abstract { protected $_codePageNumber = 5; - + protected $_codePageName = 'Move'; - - protected $_tags = array( - 'Moves' => 0x05, + + protected $_tags = array( + 'MoveItems' => 0x05, 'Move' => 0x06, 'SrcMsgId' => 0x07, 'SrcFldId' => 0x08, 'DstFldId' => 0x09, 'Response' => 0x0a, 'Status' => 0x0b, 'DstMsgId' => 0x0c ); } \ No newline at end of file