Commit e0164cba authored by Manfred Kutas's avatar Manfred Kutas

ZP-748 Renamed ihsManagementInformation to RightsManagementInformation.

Released under the Affero GNU General Public License (AGPL) version 3.
parent e40d3cc7
...@@ -586,7 +586,7 @@ define("SYNC_SETTINGS_ACCOUNTID", "Settings:AccountId"); // Since 14.1 ...@@ -586,7 +586,7 @@ define("SYNC_SETTINGS_ACCOUNTID", "Settings:AccountId"); // Since 14.1
define("SYNC_SETTINGS_ACCOUNTNAME", "Settings:AccountName"); // Since 14.1 define("SYNC_SETTINGS_ACCOUNTNAME", "Settings:AccountName"); // Since 14.1
define("SYNC_SETTINGS_USERDISPLAYNAME", "Settings:UserDisplayName"); // Since 14.1 define("SYNC_SETTINGS_USERDISPLAYNAME", "Settings:UserDisplayName"); // Since 14.1
define("SYNC_SETTINGS_SENDDISABLED", "Settings:SendDisabled"); // Since 14.1 define("SYNC_SETTINGS_SENDDISABLED", "Settings:SendDisabled"); // Since 14.1
define("SYNC_SETTINGS_IHSMANAGEMENTINFORMATION", "Settings:ihsManagementInformation"); // Since 14.1 define("SYNC_SETTINGS_RIGHTSMANAGEMENTINFORMATION", "Settings:RightsManagementInformation"); // Since 14.1
// only for internal use - never to be streamed to the mobile // only for internal use - never to be streamed to the mobile
define("SYNC_SETTINGS_PROP_STATUS", "Settings:PropertyStatus"); define("SYNC_SETTINGS_PROP_STATUS", "Settings:PropertyStatus");
......
...@@ -622,7 +622,7 @@ class WBXMLDefs { ...@@ -622,7 +622,7 @@ class WBXMLDefs {
0x27 => "AccountName", // Since 14.1 0x27 => "AccountName", // Since 14.1
0x28 => "UserDisplayName", // Since 14.1 0x28 => "UserDisplayName", // Since 14.1
0x29 => "SendDisabled", // Since 14.1 0x29 => "SendDisabled", // Since 14.1
0x2B => "ihsManagementInformation", // Since 14.1 0x2B => "RightsManagementInformation", // Since 14.1
), ),
0x13 => array( // Since 12.0 0x13 => array( // Since 12.0
0x05 => "LinkId", 0x05 => "LinkId",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment