|
@@ -20,7 +20,7 @@ |
|
|
block discarded – undo |
|
20
|
20
|
|
|
21
|
21
|
/* The persistent settings are settings that will not be touched when the settings are reset */ |
|
22
|
22
|
if (!defined('PR_EC_WEBAPP_PERSISTENT_SETTINGS_JSON')) { |
|
23
|
|
- define('PR_EC_WEBAPP_PERSISTENT_SETTINGS_JSON', mapi_prop_tag(PT_STRING8, 0x6774)); |
|
|
23
|
+ define('PR_EC_WEBAPP_PERSISTENT_SETTINGS_JSON', mapi_prop_tag(PT_STRING8, 0x6774)); |
|
24
|
24
|
} |
|
25
|
25
|
define('PR_EC_DISABLED_FEATURES', mapi_prop_tag(PT_MV_TSTRING, 0x67B4)); |
|
26
|
26
|
|
Please login to merge, or discard this patch.