/[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.41, Thu Jul 20 10:39:53 2006 UTC revision 1.42, Thu Jul 20 10:46:58 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: aggregator2.module,v 1.40 2006/07/19 17:49:03 ahwayakchih Exp $ */  /* $Id: aggregator2.module,v 1.41 2006/07/20 10:39:53 ahwayakchih Exp $ */
3    
4  /**  /**
5   * @file   * @file
# Line 1454  function aggregator2_refresh(&$feed) { Line 1454  function aggregator2_refresh(&$feed) {
1454          break;          break;
1455        }        }
1456        else {        else {
1457          drupal_set_message('Parsing feed '. $feed->title .' took '. $xml_tree['parser_time'] .' seconds.');          drupal_set_message(t('Parsing feed %title took %time seconds.', array('%title' => $feed->title, '%time' => $xml_tree['parser_time'])));
1458        }        }
1459    
1460        $AGGREGATOR2_REFRESH_FEED_RUNNING = TRUE;        $AGGREGATOR2_REFRESH_FEED_RUNNING = TRUE;

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

  ViewVC Help
Powered by ViewVC 1.1.2