You are here

function quail_api_disable in Quail API 7

Same name and namespace in other branches
  1. 8 quail_api.install \quail_api_disable()

Implementation of hook_disable().

File

./quail_api.install, line 128
Install file for the quail api.

Code

function quail_api_disable() {
  if (function_exists('quail_api_reset_cache')) {
    quail_api_reset_cache();
  }
}