function asaf_install in Asaf (ajax submit for any form) 8
Same name and namespace in other branches
- 7 asaf.install \asaf_install()
Implements hook_install().
File
- ./
asaf.install, line 11 - Install file.
Code
function asaf_install() {
module_set_weight('asaf', 8192);
}