diff --git a/documentation/manual/en/module_specs/Zend_Gdata_Calendar.xml b/documentation/manual/en/module_specs/Zend_Gdata_Calendar.xml index a0fe443..9395670 100644 --- a/documentation/manual/en/module_specs/Zend_Gdata_Calendar.xml +++ b/documentation/manual/en/module_specs/Zend_Gdata_Calendar.xml @@ -582,7 +582,7 @@ $when->startTime = "2007-12-05T14:00:00-08:00"; $when->endTime="2007-12-05T15:00:00:00-08:00"; // Apply the when property to an event -$event->when = $when; +$event->when = array($when); ]]>