function content_profile_registration_install in Content Profile 6
Implementation of hook_install().
File
- modules/
content_profile_registration.install, line 10 - Content Profile Registration - Installation file.
Code
function content_profile_registration_install() {
// Set the weight to 1, so we are the last one altering the form.
db_query("UPDATE {system} SET weight = 1 WHERE name = 'content_profile_registration'");
}