From 9aa79bc38829f164bacc6b522278d0098b597933 Mon Sep 17 00:00:00 2001 From: Greg Froese Date: Thu, 8 Oct 2009 04:55:29 +0000 Subject: removed debug and cleaned up TODO items --- actions/flickrImportPhotoset.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'actions') 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(); -- cgit v1.2.3