You are here

function cdn_uninstall in CDN 6.2

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

Implementation of hook_uninstall().

File

./cdn.install, line 21
Install file.

Code

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