Commit 0080dcdb authored by skummer's avatar skummer

ZP-258 #comment fixed typo #time 15m

git-svn-id: https://z-push.org/svn/z-push/trunk@1501 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 85242faa
......@@ -59,7 +59,7 @@ class MAPIUtils {
* @return array
*/
public static function GetEmailRestriction($timestamp) {
// ATTENTION: ON CHANGING THIS RESTRICTION, MAPIUtils::IsInEmailRestriction() also needs to be changed
// ATTENTION: ON CHANGING THIS RESTRICTION, MAPIUtils::IsInEmailSyncInterval() also needs to be changed
$restriction = array ( RES_PROPERTY,
array ( RELOP => RELOP_GE,
ULPROPTAG => PR_MESSAGE_DELIVERY_TIME,
......@@ -90,7 +90,7 @@ class MAPIUtils {
$props = MAPIMapping::GetAppointmentProperties();
$props = getPropIdsFromStrings($store, $props);
// ATTENTION: ON CHANGING THIS RESTRICTION, MAPIUtils::IsInCalendarRestriction() also needs to be changed
// ATTENTION: ON CHANGING THIS RESTRICTION, MAPIUtils::IsInCalendarSyncInterval() also needs to be changed
$restriction = Array(RES_OR,
Array(
// OR
......
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