/[drupal]/contributions/modules/flickr/flickr.module
ViewVC logotype

Diff of /contributions/modules/flickr/flickr.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.42.2.5, Mon Mar 16 17:34:49 2009 UTC revision 1.42.2.6, Tue Mar 17 21:56:54 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: flickr.module,v 1.42.2.4 2009/02/17 16:47:24 paulbooker Exp $  // $Id: flickr.module,v 1.42.2.5 2009/03/16 17:34:49 paulbooker Exp $
3    
4  require_once(drupal_get_path('module', 'flickr') .'/flickr.inc');  require_once(drupal_get_path('module', 'flickr') .'/flickr.inc');
5    
# Line 234  function theme_flickr_photos($uid, $phot Line 234  function theme_flickr_photos($uid, $phot
234  }  }
235    
236  function theme_flickr_photoset($ps, $owner, $size, $attribs = NULL) {  function theme_flickr_photoset($ps, $owner, $size, $attribs = NULL) {
237    if (module_exists(flickr_sets)) {    if (module_exists('flickr_sets')) {
238          $output .= "<div class='flickr-photoset'>\n";          $output .= "<div class='flickr-photoset'>\n";
239          $photos = flickr_set_load($ps['id']);          $photos = flickr_set_load($ps['id']);
240          foreach ((array) $photos['photoset']['photo'] as $photo) {          foreach ((array) $photos['photoset']['photo'] as $photo) {

Legend:
Removed from v.1.42.2.5  
changed lines
  Added in v.1.42.2.6

  ViewVC Help
Powered by ViewVC 1.1.2