You are here

function oa_search_update_7001 in Open Atrium Search 7.2

Enable search layout pages, disable panopoly search pages.

File

./oa_search.install, line 26
Provides install and update hooks for oa_search.

Code

function oa_search_update_7001() {
  oa_search_enable_pages();
}