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

Diff of /contributions/modules/feedburner/feedburner.module

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

revision 1.8.4.27, Wed May 13 15:05:50 2009 UTC revision 1.8.4.28, Sat Oct 24 06:14:27 2009 UTC
# Line 121  function feedburner_boot() { Line 121  function feedburner_boot() {
121  /**  /**
122   * Implementation of hook_url_alter_outbound() from the url_alter module.   * Implementation of hook_url_alter_outbound() from the url_alter module.
123   */   */
124  function feedburner_url_alter_outbound(&$path, &$options, $original_path) {  function feedburner_url_outbound_alter(&$path, &$options, $original_path) {
125    static $feeds;    static $feeds;
126    
127    if ($original_path == 'feedburner/url-rewrite-test') {    if ($original_path == 'feedburner/url-rewrite-test') {
# Line 165  function feedburner_url_alter_outbound(& Line 165  function feedburner_url_alter_outbound(&
165   */   */
166  if (!function_exists('custom_url_rewrite_outbound')) {  if (!function_exists('custom_url_rewrite_outbound')) {
167    function custom_url_rewrite_outbound(&$path, &$options, $original_path) {    function custom_url_rewrite_outbound(&$path, &$options, $original_path) {
168      feedburner_url_alter_outbound($path, $options, $original_path);      feedburner_url_outbound_alter($path, $options, $original_path);
169    }    }
170  }  }
171    

Legend:
Removed from v.1.8.4.27  
changed lines
  Added in v.1.8.4.28

  ViewVC Help
Powered by ViewVC 1.1.2