anuj607 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Little bug into Tasks example into 'name' property #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While testing the given Tasks API example, I found a little bug into 
examples/tasks/index.php line 59

The 'name' property doesn't exist.
print "<h3>{$list['name']}</h3>";

'title' property should be used instead
print "<h3>{$list['title']}</h3>";

Great PHP CL! thanks to all of you guys.

Hugo

Original issue reported on code.google.com by hl...@wingunetworks.com on 6 Nov 2011 at 6:13

GoogleCodeExporter commented 9 years ago
Thank you for reporting this issue!

Fixed in r257.

Original comment by chirags@google.com on 8 Nov 2011 at 6:00