You are here

function freelinking_update_7001 in Freelinking 7.3

Implements hook_update_N().

Check that plugin freelinking_path.inc has been deleted.

File

./freelinking.install, line 29
Install, update and uninstall functions for the freelinking module.

Code

function freelinking_update_7001() {

  // Nothing here.
}