You are here

function _mobile_codes_flush_cache in Mobile Codes 6

Same name and namespace in other branches
  1. 5 mobile_codes.admin.inc \_mobile_codes_flush_cache()
2 calls to _mobile_codes_flush_cache()
mobile_codes_presets_delete_submit in ./mobile_codes.admin.inc
mobile_codes_presets_form_submit in ./mobile_codes.admin.inc

File

./mobile_codes.admin.inc, line 281

Code

function _mobile_codes_flush_cache() {
  if (module_exists('content')) {
    cache_clear_all('*', 'cache_content', TRUE);
  }
}