/[drupal]/contributions/modules/views/views_rss.module
ViewVC logotype

Diff of /contributions/modules/views/views_rss.module

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

revision 1.12.2.5 by merlinofchaos, Tue Mar 6 21:44:32 2007 UTC revision 1.12.2.6 by merlinofchaos, Mon Jan 21 18:45:11 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: views_rss.module,v 1.12.2.4 2007/03/03 23:34:59 merlinofchaos Exp $  // $Id: views_rss.module,v 1.12.2.5 2007/03/06 21:44:32 merlinofchaos Exp $
3    
4  /**  /**
5   * Provide views plugins for the feed types we support.   * Provide views plugins for the feed types we support.
# Line 157  function theme_views_rss_feed($view, $no Line 157  function theme_views_rss_feed($view, $no
157          $namespaces = array_merge($namespaces, $element['namespace']);          $namespaces = array_merge($namespaces, $element['namespace']);
158        }        }
159      }      }
160    
161      // Prepare the item description      // Prepare the item description
162      switch ($item_length) {      switch ($item_length) {
163        case 'fulltext':        case 'fulltext':
# Line 194  function theme_views_rss_feed($view, $no Line 194  function theme_views_rss_feed($view, $no
194    drupal_set_header('Content-Type: text/xml; charset=utf-8');    drupal_set_header('Content-Type: text/xml; charset=utf-8');
195    print $output;    print $output;
196    module_invoke_all('exit');    module_invoke_all('exit');
197    exit;    exit;
198  }  }

Legend:
Removed from v.1.12.2.5  
changed lines
  Added in v.1.12.2.6

  ViewVC Help
Powered by ViewVC 1.1.3