You are here

function qtip_uninstall in qTip (Stylish jQuery Tooltips) 6.2

Same name and namespace in other branches
  1. 6 qtip.install \qtip_uninstall()
  2. 7.2 qtip.install \qtip_uninstall()
  3. 7 qtip.install \qtip_uninstall()

Implementation of hook_uninstall().

File

./qtip.install, line 19
Install, update and uninstall functions for the qtip module.

Code

function qtip_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'qtip_*'");
}