ZF-3576: The id conflict in Zend_Gdata_YouTube.xml
Description
It just a notice, but should be fixed, I think. line 106: <![CDATA[<?php $yt = new Zend_Gdata_YouTube(); $query = $yt->newVideoQuery(); $query->category = 'Comedy/dog';
echo $query->queryUrl . "\n"; $videoFeed = $yt->getVideoFeed($query); ]]>
line 327: <![CDATA[<?php $yt = new Zend_Gdata_YouTube(); $userProfile = $yt->getUserProfile('liz'); echo "username: " . $userProfile->username->text . "\n"; echo "age: " . $userProfile->age->text . "\n"; echo "hometown: " . $userProfile->hometown->text . "\n"; ]]>
Comments
Posted by Thomas Weidner (thomas) on 2008-08-24T12:45:37.000+0000
Fixed somewhere in the past. Example tags were removed.