| 1 |
<?php |
<?php |
| 2 |
/* $Id$ */ |
/* $Id: audioblog.module,v 1.1 2005/10/21 18:38:10 leoburd Exp $ */ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 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 |
|
|