function realname_install in Real Name 6
Implementation of hook_install().
File
- ./realname.install, line 45 
- Handles installation and updates for the RealName module.
Code
function realname_install() {
  drupal_install_schema('realname');
}Implementation of hook_install().
function realname_install() {
  drupal_install_schema('realname');
}