$photos = $f->photosets_getPhotos( $set_id, null, null, 10, $page_pp );
/* TODO:
* 1. create album if a matching one doesn't exist
-* 2. create metadata for entity so it goes into the new album
-* 3. check for id of photo in image data to make sure we haven't downloaded it already
*/
$photos_to_upload = array();
LIMIT $max";
$result = get_data($sql);
- echo "<pre>$sql</pre>";
$entities = array();
foreach($result as $entity) {
$area2 .= elgg_view_entity_list($entities, $max, 0, $max);
$body = elgg_view_layout('two_column_left_sidebar', '', $area2);
page_draw($title, $body);
-?>
\ No newline at end of file
+?>