/[drupal]/contributions/modules/fooaggregator/parsers/simplepie/fa_simplepie.module
ViewVC logotype

Diff of /contributions/modules/fooaggregator/parsers/simplepie/fa_simplepie.module

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

revision 1.1.2.7, Tue Nov 20 17:08:30 2007 UTC revision 1.1.2.8, Wed Feb 6 19:17:38 2008 UTC
# Line 1  Line 1 
1  <?php // -*-php-*-  <?php // -*-php-*-
2  /* $Id: fa_simplepie.module,v 1.1.2.6 2007/11/20 14:07:40 alaa Exp $ */  /* $Id: fa_simplepie.module,v 1.1.2.7 2007/11/20 17:08:30 alaa Exp $ */
3    
4  /**  /**
5   * Implementation of hook_fooaggregatorapi()   * Implementation of hook_fooaggregatorapi()
# Line 87  function _fa_simplepie_update_feed_info( Line 87  function _fa_simplepie_update_feed_info(
87                       'image_link' => $simplepie->get_image_link(),                       'image_link' => $simplepie->get_image_link(),
88                       );                       );
89    
90    fooaggreator_feed_update_info($title, $feed_info, $feed);    fooaggregator_feed_update_info($title, $feed_info, $feed);
91  }  }
92    
93  /**  /**

Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

  ViewVC Help
Powered by ViewVC 1.1.2