function user_relationships_ui_install in User Relationships 6
Implementation of hook_install()
File
- user_relationships_ui/
user_relationships_ui.install, line 9 - Installation functions for User Relationships UI module
Code
function user_relationships_ui_install() {
// Set the default value prior to footer setting it through its access check. See #1596602.
variable_set('user_relationships_enable_ajax_popups', TRUE);
}