docu update

This commit is contained in:
Ralf Becker 2009-10-18 12:59:12 +00:00
parent 3c3c988851
commit 1fa1b92a56
2 changed files with 3 additions and 3 deletions

View File

@ -269,7 +269,7 @@ class calendar_bo
/**
* 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
* 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

View File

@ -46,9 +46,9 @@ class calendar_uiforms extends calendar_ui
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;