function swftools_admin_embed_form in SWF Tools 5
Same name and namespace in other branches
- 6.3 includes/swftools.admin.inc \swftools_admin_embed_form()
- 6 swftools.admin.inc \swftools_admin_embed_form()
- 6.2 swftools.admin.inc \swftools_admin_embed_form()
File
- ./
swftools.module, line 94
Code
function swftools_admin_embed_form() {
include_once drupal_get_path('module', 'swftools') . '/swftools.admin.inc';
$form = _swftools_admin_embed_form();
// Clear caches
cache_clear_all();
cache_clear_all('*', 'cache_filter', TRUE);
return system_settings_form($form);
}