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

Diff of /contributions/modules/audioblog/drupal/audioblog.module

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

revision 1.1, Fri Oct 21 18:38:10 2005 UTC revision 1.2, Wed Oct 26 21:59:44 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id$ */  /* $Id: audioblog.module,v 1.1 2005/10/21 18:38:10 leoburd Exp $ */
3    
4  /**  /**
5   * @file   * @file
# Line 64  function audioblog_new_post($blogid, $ui Line 64  function audioblog_new_post($blogid, $ui
64    
65    // replace the temporary audio file URL in the title and body of the blog by the one of the file    // replace the temporary audio file URL in the title and body of the blog by the one of the file
66    
67    $url = file_create_url($file);    $url = file_create_url($file_path);
68    
69    $title = str_replace($content['file_url_tmp'], $url, $content['title']);    $title = str_replace($content['file_url_tmp'], $url, $content['title']);
70    

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

  ViewVC Help
Powered by ViewVC 1.1.2