You are here

function janrain_capture_enable in Janrain Registration 7.3

Same name and namespace in other branches
  1. 7 janrain_capture.install \janrain_capture_enable()

Implements hook_enable().

File

./janrain_capture.install, line 45
Uninstall functions for the janrain_capture module

Code

function janrain_capture_enable() {
  janrain_capture_create_field();
}