Subject: | Infinite loop if pages=0 |
The poll loop never exits if the flickr server returns 0 pages (e.g. if
there are no recently updated images):
if ($current_page == $num_pages) {
$poll = 0;
}
$current_page ++;