You are here

function mpac_install in Multi-path autocomplete 7

Implements hook_install().

File

./mpac.install, line 11
Module install file.

Code

function mpac_install() {
  if (variable_get('mpac_max_items') === NULL) {
    variable_set('mpac_max_items', 20);
  }
}