function search_file_extensions_included_extensions in Search File Attachments 7
Returns a string representing the current list of included file extensions.
2 calls to search_file_extensions_included_extensions()
- search_file_attachments_settings_form in ./
search_file_attachments.admin.inc - Page callback to show the settings for the attachments.
- search_file_attachments_update_index in ./
search_file_attachments.module - Implements hook_update_index().
File
- ./
search_file_attachments.inc, line 277 - Heler functions, to hold the .module file clean and smart.
Code
function search_file_extensions_included_extensions() {
return variable_get('search_file_attachments_include_extensions', 'pdf, doc, docx, xls, xlsx, ppt, pptx, txt, rtf, jpg, jpeg, tiff, odt, ods, odp, odg, odc, ofd, odi, odm, epub');
}