You are here

uc_notify.install in Ubercart 5

File

uc_notify/uc_notify.install
View source
<?php

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

Functions