function scanner_install in Search and Replace Scanner 6
Same name and namespace in other branches
- 5.2 scanner.install \scanner_install()
Implementation of hook_install().
File
- ./
scanner.install, line 65 - Search and Replace Scanner install - creates necessary tables.
Code
function scanner_install() {
// Create tables.
drupal_install_schema('scanner');
}