You are here

function ad_owners_install in Advertisement 6

Same name and namespace in other branches
  1. 6.3 owners/ad_owners.install \ad_owners_install()
  2. 6.2 owners/ad_owners.install \ad_owners_install()
  3. 7 owners/ad_owners.install \ad_owners_install()

ad_external module installation.

File

owners/ad_owners.install, line 76
Ad_owners module database schema.

Code

function ad_owners_install() {
  drupal_install_schema('ad_owners');
}