You are here

function boost_enable in Boost 7

Same name and namespace in other branches
  1. 6 boost.install \boost_enable()

Implements hook_enable().

File

./boost.install, line 11
Handles Boost module installation and upgrade tasks.

Code

function boost_enable() {
  boost_htaccess_cache_dir_put();
}