mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
docu update
This commit is contained in:
parent
3c3c988851
commit
1fa1b92a56
@ -269,7 +269,7 @@ class calendar_bo
|
|||||||
/**
|
/**
|
||||||
* Searches / lists calendar entries, including repeating ones
|
* Searches / lists calendar entries, including repeating ones
|
||||||
*
|
*
|
||||||
* @param params array with the following keys
|
* @param array $params array with the following keys
|
||||||
* start date startdate of the search/list, defaults to today
|
* start date startdate of the search/list, defaults to today
|
||||||
* end date enddate of the search/list, defaults to start + one day
|
* end date enddate of the search/list, defaults to start + one day
|
||||||
* users mixed integer user-id or array of user-id's to use, defaults to the current user
|
* users mixed integer user-id or array of user-id's to use, defaults to the current user
|
||||||
|
@ -46,9 +46,9 @@ class calendar_uiforms extends calendar_ui
|
|||||||
var $tabs = 'general|description|participants|recurrence|custom|links|alarms';
|
var $tabs = 'general|description|participants|recurrence|custom|links|alarms';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* default timelock for entries, that are opened by another user
|
* default locking time for entries, that are opened by another user
|
||||||
*
|
*
|
||||||
* @var time in secomdas
|
* @var locktime in seconds
|
||||||
*/
|
*/
|
||||||
var $locktime_default=1;
|
var $locktime_default=1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user