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

Diff of /contributions/modules/flashvideo/flashvideo.module

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

revision 1.73.2.112, Sun Aug 16 22:08:30 2009 UTC revision 1.73.2.113, Mon Aug 31 00:20:15 2009 UTC
# Line 1019  function flashvideo_convert($file, $node Line 1019  function flashvideo_convert($file, $node
1019        if (module_exists('token')) {        if (module_exists('token')) {
1020          $filefield_path = token_replace($filefield_path, 'user', $account);          $filefield_path = token_replace($filefield_path, 'user', $account);
1021        }        }
1022          $output_directory = file_directory_path() .'/'. $filefield_path;
1023          file_check_directory($output_directory, TRUE);
1024        $newfile->filepath = file_directory_path() .'/'. $filefield_path .'/'. $newfile->filename;        $newfile->filepath = file_directory_path() .'/'. $filefield_path .'/'. $newfile->filename;
1025      }      }
1026    

Legend:
Removed from v.1.73.2.112  
changed lines
  Added in v.1.73.2.113

  ViewVC Help
Powered by ViewVC 1.1.2