You are here

function privatemsg_update_dependencies in Privatemsg 7

Same name and namespace in other branches
  1. 7.2 privatemsg.install \privatemsg_update_dependencies()

Implements hook_update_dependencies().

File

./privatemsg.install, line 163
Install file for privatemsg.module

Code

function privatemsg_update_dependencies() {
  if (module_exists('privatemsg_filter')) {
    $dependencies['privatemsg']['7004']['privatemsg_filter'] = '7001';
    return $dependencies;
  }
}