/[drupal]/contributions/modules/audio/contrib/itunes/audio_itunes_plugin_style_rss.inc
ViewVC logotype

Diff of /contributions/modules/audio/contrib/itunes/audio_itunes_plugin_style_rss.inc

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

revision 1.2 by drewish, Tue Nov 25 14:05:18 2008 UTC revision 1.3 by drewish, Tue Nov 25 14:30:58 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: audio_itunes_plugin_style_rss.inc,v 1.1 2008/11/24 21:11:13 drewish Exp $  // $Id: audio_itunes_plugin_style_rss.inc,v 1.2 2008/11/25 14:05:18 drewish Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 189  class audio_itunes_plugin_style_rss exte Line 189  class audio_itunes_plugin_style_rss exte
189      }      }
190      if ($this->options['owner_name'] && $this->options['owner_email']) {      if ($this->options['owner_name'] && $this->options['owner_email']) {
191        $extra[] = array(        $extra[] = array(
192          'key' => 'itunes:name',          'key' => 'itunes:owner',
193          'value' => $this->options['owner_name'],          'value' => array(
194        );            array(
195        $extra[] = array(              'key' => 'itunes:name',
196          'key' => 'itunes:email',              'value' => $this->options['owner_name'],
197          'value' => $this->options['owner_email'],            ),
198              array(
199                'key' => 'itunes:email',
200                'value' => $this->options['owner_email'],
201              ),
202            ),
203        );        );
204      }      }
205      // We've got up to three categories which can consist of a parent and      // We've got up to three categories which can consist of a parent and

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.3