You are here

function uc_atctweaks_install in UC Add to Cart Tweaks 6

File

./uc_atctweaks.install, line 48
Installs the necessary table for the Add to Cart Tweaks product features.

Code

function uc_atctweaks_install() {
  drupal_install_schema('uc_atctweaks');
}