You are here

realname_registration.install in Realname registration 7

Install, update and uninstall functions for the realname_registration module.

File

realname_registration.install
View 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

Namesort descending Description
realname_registration_install Implementation of hook_install().