You are here

function uc_wishlist_install in UC Wish List 6

Implementation of hook_install().

File

./uc_wishlist.install, line 121
uc_wishlist installation routine. Creates uc_wishlists and uc_wishlist_products tables.

Code

function uc_wishlist_install() {
  drupal_install_schema('uc_wishlist');
}