You are here

function ckeditor_link_uninstall in CKEditor Link 6.2

Same name and namespace in other branches
  1. 7.2 ckeditor_link.install \ckeditor_link_uninstall()

Implementation of hook_uninstall().

File

./ckeditor_link.install, line 19
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

Code

function ckeditor_link_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'ckeditor_link_%%'");
}