You are here

function path_breadcrumbs_update_7303 in Path Breadcrumbs 7.3

Clear Path Breadcrumbs cache to use new Path Breadcrumbs cache object structure.

File

./path_breadcrumbs.install, line 281
Provides database structure for PATH BREADCRUMBS module.

Code

function path_breadcrumbs_update_7303() {
  cache_clear_all('*', 'cache_path_breadcrumbs', TRUE);
}