]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed debug and cleaned up TODO items
authorGreg Froese <greg.froese@gmail.com>
Thu, 8 Oct 2009 04:55:29 +0000 (04:55 +0000)
committerGreg Froese <greg.froese@gmail.com>
Thu, 8 Oct 2009 04:55:29 +0000 (04:55 +0000)
actions/flickrImportPhotoset.php
mostvieweddashboard.php

index fe4041b2cddb7e5d42b2e38c670b06a537bd52e8..315d1009dba95e9fbc1fc09884ba9b25a2d3f524 100644 (file)
@@ -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();
index 33b050ffa0c5f228907fbd666d26498802a8c14b..5e7dc41c29a50e7a2da0d11c11e3ee9f29a03704 100644 (file)
@@ -28,7 +28,6 @@
                        LIMIT $max";
        
        $result = get_data($sql);
-       echo "<pre>$sql</pre>";
 
        $entities = array();
        foreach($result as $entity) {
@@ -42,4 +41,4 @@
        $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
+?>