You are here

function asaf_install in Asaf (ajax submit for any form) 8

Same name and namespace in other branches
  1. 7 asaf.install \asaf_install()

Implements hook_install().

File

./asaf.install, line 11
Install file.

Code

function asaf_install() {
  module_set_weight('asaf', 8192);
}