You are here

function pm_email_notify_install in Privatemsg 6

File

pm_email_notify/pm_email_notify.install, line 36
This file takes care of creating/deletig pm_email_notify table used for storing user notification preferences

Code

function pm_email_notify_install() {
  drupal_install_schema('pm_email_notify');
}