You are here

function freelinking_update_6001 in Freelinking 6.3

Implements hook_update_N().

Check that plugin freelinking_path.inc has been deleted.

File

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

Code

function freelinking_update_6001() {

  // Nothing here.
}