function webfm_views_handler_file_filename_download in Web File Manager 5.2
Same name and namespace in other branches
- 5 webfm_views.inc \webfm_views_handler_file_filename_download()
File
- ./
webfm_views.inc, line 187
Code
function webfm_views_handler_file_filename_download($fieldinfo, $fielddata, $value, $data) {
return l(check_plain($value), 'webfm_send/' . $data->webfm_file_fid);
}