You are here

function checklistapi_module_preinstall in Checklist API 8

Implements hook_module_preinstall().

File

./checklistapi.module, line 152
An API for creating fillable, persistent checklists.

Code

function checklistapi_module_preinstall($module) {
  drupal_static_reset('checklistapi_get_checklist_info');
}