Commit 117030c7 authored by mku's avatar mku

ZP-476 #comment Wrong SyncXXXXRecurrence for dayOfWeek #time 10m

git-svn-id: https://z-push.org/svn/z-push/trunk@1781 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent b2b8dbd9
......@@ -100,7 +100,8 @@ class SyncTaskRecurrence extends SyncObject {
// 64 = Saturday
// 127 = The last day of the month. Value valid only in monthly or yearly recurrences.
SYNC_POOMTASKS_DAYOFWEEK => array ( self::STREAMER_VAR => "dayofweek",
self::STREAMER_CHECKS => array( self::STREAMER_CHECK_ONEVALUEOF => array(1,2,4,8,16,32,62,64,127) )),
self::STREAMER_CHECKS => array( self::STREAMER_CHECK_CMPHIGHER => 0,
self::STREAMER_CHECK_CMPLOWER => 128 )),
// DayOfMonth values
// 1-31 representing the day
......
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