function gotwo_install in Go - url redirects 6
Same name and namespace in other branches
- 5 gotwo.install \gotwo_install()
@file Installation script for the gotwo.module
File
- ./
gotwo.install, line 8 - Installation script for the gotwo.module
Code
function gotwo_install() {
drupal_install_schema('gotwo');
}