You are here

function feeds_atom_install in Feeds Atom 6

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

Implementation of hook_install().

File

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

Code

function feeds_atom_install() {
  drupal_install_schema('feeds_atom');
}