You are here

function webfm_views_handler_file_meta_download in Web File Manager 5

File

./webfm_views.inc, line 189

Code

function webfm_views_handler_file_meta_download($fieldinfo, $fielddata, $value, $data) {
  return l(check_plain(rawurldecode($value)), 'webfm_send/' . $data->webfm_file_fid);
}