On Fri, Feb 13, 2009 at 5:45 AM, jotsbox <[email protected]> wrote: > > I figured out part of it using implode(), but there's still an error: > http://niskypto.info/rss.php > > <?php > foreach ($feed as $event) { > echo "<li>\n"; > echo "<h2>" . stripslashes($event->title) . "</h2>\n"; > echo "<b>Date: </b>" . stripslashes(implode($event->when)) . " <br/> > \n"; > echo "<b>Location: </b>" . stripslashes(implode($event->where)) . " > <br/>\n"; > echo "<b>Details: </b>" . stripslashes($event->content) . " <br/>\n"; > echo "</li>\n"; > } > echo "</ul>"; > ?> > > Error: PHP Notice: Undefined variable: valueString in C:\Program Files > \Zend\ZendGdata-1.7.4\library\Zend\Gdata\Extension\When.php on line 117
Hm, I thought I had replied to this message... In any case, this is a bug in Zend_Gdata_Extension_When. I've submitted a fix for this, here: http://framework.zend.com/issues/browse/ZF-5782 This should be available in the next release of Zend Framework (v1.7.6). -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
