You are here

function http_client_enable in Http Client 6.2

Implementation of hook_enable().

File

./http_client.module, line 62

Code

function http_client_enable() {
  autoload_flush_caches();
}