function access_by_ref_install in Access by Reference 7
Implements hook_install().
File
- ./
access_by_ref.install, line 14 - Install and uninstall code for access_by_ref Module.
Code
function access_by_ref_install() {
// Do some things on install, like setting the module weight.
}