You are here

function qtip_views_disable in qTip (Stylish jQuery Tooltips) 7.2

Implements hook_disable().

File

modules/qtip_views/qtip_views.install, line 6

Code

function qtip_views_disable() {

  // Clear views cache so that a fatal error isn't thrown when this sub-module
  // is disabled.
  views_invalidate_cache();
}