realname_registration.install in Realname registration 7
Same filename and directory in other branches
Install, update and uninstall functions for the realname_registration module.
File
realname_registration.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the realname_registration module.
*/
/**
* Implementation of hook_install().
*/
function realname_registration_install() {
db_query("UPDATE {system} SET weight = 10 WHERE name = 'realname_registration'");
}
Functions
Name![]() |
Description |
---|---|
realname_registration_install | Implementation of hook_install(). |