You are here

function uc_notify_uninstall in Ubercart 5

File

uc_notify/uc_notify.install, line 3

Code

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