You are here

function link_update_6000 in Link 6.2

Same name and namespace in other branches
  1. 6 link.install \link_update_6000()

Ensure that content.module is updated before link module.

File

./link.install, line 60
Install file for the link module.

Code

function link_update_6000() {
  if ($abort = content_check_update('link')) {
    return $abort;
  }
  return array();
}