You are here

function gathercontent_update_7309 in GatherContent 7.3

Add default sort for Mapping view.

File

./gathercontent.install, line 413

Code

function gathercontent_update_7309() {
  ctools_include('object-cache');
  ctools_object_cache_clear('view', 'mapping');
}