You are here

function feeds_atom_install in Feeds Atom 7

Same name and namespace in other branches
  1. 6 feeds_atom.install \feeds_atom_install()

Implements hook_install().

File

./feeds_atom.install, line 11
Install and uninstall schema and functions for the feeds_atom module.

Code

function feeds_atom_install() {

  // @todo The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_install_schema('feeds_atom')
}