You are here

merci_import.install in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

File

modules/merci_import/merci_import.install
View source
<?php

function merci_import_enable() {

  //clear the cache to display in Feeds as available plugin.
  cache_clear_all('plugins:feeds:plugins', 'cache');
}

Functions