You are here

function ad_owners_install in Advertisement 7

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

ad_external module installation.

File

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

Code

function ad_owners_install() {

  //drupal_install_schema('ad_owners');
}