aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorGreg Froese <greg.froese@gmail.com>2009-10-08 04:55:29 +0000
committerGreg Froese <greg.froese@gmail.com>2009-10-08 04:55:29 +0000
commit9aa79bc38829f164bacc6b522278d0098b597933 (patch)
tree809058363a9219c5f33aae7dbefc3e05e7e58fe1 /actions
parent24f3f2f0d304254451c46a3b28a8e1f4678bc02f (diff)
downloadelgg-9aa79bc38829f164bacc6b522278d0098b597933.tar.gz
elgg-9aa79bc38829f164bacc6b522278d0098b597933.tar.bz2
removed debug and cleaned up TODO items
Diffstat (limited to 'actions')
-rw-r--r--actions/flickrImportPhotoset.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/flickrImportPhotoset.php b/actions/flickrImportPhotoset.php
index fe4041b2c..315d1009d 100644
--- a/actions/flickrImportPhotoset.php
+++ b/actions/flickrImportPhotoset.php
@@ -27,8 +27,6 @@ $photos_url = $f->urls_getUserPhotos( $flickr_id->value );
$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();