This commit is contained in:
Ralf Becker 2010-12-17 03:40:55 +00:00
parent e3ee0b34fd
commit f9163f2747

View File

@ -142,7 +142,7 @@ class calendar_bo
'NON-PARTICIPANT' => 'None', 'NON-PARTICIPANT' => 'None',
); );
/** /**
* @var array $resources registered scheduling resources of the calendar (gets chached in the session for performance reasons) * @var array $resources registered scheduling resources of the calendar (gets cached in the session for performance reasons)
*/ */
var $resources; var $resources;
/** /**