You are here

function token_install in Token 6

Same name and namespace in other branches
  1. 8 token.install \token_install()
  2. 5 token.install \token_install()

File

./token.install, line 35
The install and update code for the token module.

Code

function token_install() {
  db_query("UPDATE {system} SET weight = 10 WHERE name = 'token'");
}