You are here

function privatemsg_attachments_install in Privatemsg 6.2

Implements hook_install().

File

privatemsg_attachments/privatemsg_attachments.install, line 11
Installation hooks for privatemsg_attachments

Code

function privatemsg_attachments_install() {
  drupal_install_schema('privatemsg_attachments');
}