mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
making monthly_byday_num and monthly_bymonthday public, to use it in calendar_activsync
This commit is contained in:
parent
904471d3d3
commit
dd5000f11b
@ -111,7 +111,7 @@ class calendar_rrule implements Iterator
|
|||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
protected $monthly_byday_num;
|
public $monthly_byday_num;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Number for monthly bymonthday: 1, ..., 31, -1=last day of month
|
* Number for monthly bymonthday: 1, ..., 31, -1=last day of month
|
||||||
@ -120,7 +120,7 @@ class calendar_rrule implements Iterator
|
|||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
protected $monthly_bymonthday;
|
public $monthly_bymonthday;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enddate of recurring event or null, if not ending
|
* Enddate of recurring event or null, if not ending
|
||||||
|
Loading…
Reference in New Issue
Block a user