You are here

formfilter.install in Formfilter 5

Same filename and directory in other branches
  1. 7 formfilter.install

File

formfilter.install
View source
<?php

/** 
 * Implementation of hook_install(). 
 */
function formfilter_install() {

  // Set a high weight so the module is called after other modules that
  // modify forms.
  db_query("UPDATE {system} SET weight = 20 WHERE name = 'formfilter'");
}

Functions

Namesort descending Description
formfilter_install Implementation of hook_install().