You are here

function socialfeed_install in Social Feed 6

Implements hook_install().

File

./socialfeed.install, line 159
Install, update and uninstall functions for the XXX module.

Code

function socialfeed_install() {
  drupal_install_schema('socialfeed');
}