function recently_read_install in Recently Read 6
Same name and namespace in other branches
- 7.3 recently_read.install \recently_read_install()
Implementation of hook_install().
File
- ./
recently_read.install, line 54 - Recently read installation file. Displays a history of recently read nodes by currently logged in user.
Code
function recently_read_install() {
drupal_install_schema('recently_read');
}