You are here

function cdn_uninstall in CDN 7.2

Same name and namespace in other branches
  1. 6.2 cdn.install \cdn_uninstall()

Implements hook_uninstall().

File

./cdn.install, line 12
Install, update and uninstall functions for the CDN module.

Code

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