You are here

function tokenauth_update_6106 in Token authentication 6.2

Same name and namespace in other branches
  1. 6 tokenauth.install \tokenauth_update_6106()

Make sure tokenauth has a low module weight.

File

./tokenauth.install, line 72
Install, update, and uninstall functions for tokenauth.

Code

function tokenauth_update_6106() {
  $ret = array();
  return $ret;
}