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

Diff of /contributions/modules/aggregator2/aggregator2.module

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

revision 1.42, Thu Jul 20 10:46:58 2006 UTC revision 1.43, Thu Jul 20 10:52:04 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: aggregator2.module,v 1.41 2006/07/20 10:39:53 ahwayakchih Exp $ */  /* $Id: aggregator2.module,v 1.42 2006/07/20 10:46:58 ahwayakchih Exp $ */
3    
4  /**  /**
5   * @file   * @file
# Line 1535  function aggregator2_refresh(&$feed) { Line 1535  function aggregator2_refresh(&$feed) {
1535            }            }
1536            $feed->image = '<a href="'. $image['LINK'][0]['VALUE'] .'" class="aggregator2_logo_link"><img src="'. $image['URL'][0]['VALUE'] .'" class="aggregator2_logo" alt="'. $image['TITLE'][0]['VALUE'] .'" /></a>';            $feed->image = '<a href="'. $image['LINK'][0]['VALUE'] .'" class="aggregator2_logo_link"><img src="'. $image['URL'][0]['VALUE'] .'" class="aggregator2_logo" alt="'. $image['TITLE'][0]['VALUE'] .'" /></a>';
1537          }          }
1538          else {          else if (!$feed->image) {
1539            $feed->image = '';            $feed->image = '';
1540          }          }
1541    

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

  ViewVC Help
Powered by ViewVC 1.1.2