You are here

function comment_og_install in Comment OG 6

Implement hook_install().

File

./comment_og.install, line 50
Installation hooks for comment_og.

Code

function comment_og_install() {
  drupal_install_schema('comment_og');
}