You are here

function cck_uninstall in Content Construction Kit (CCK) 7.3

Implementation of hook_uninstall().

File

./cck.install, line 12

Code

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