You are here

function reg_with_pic_install in Register with Picture 7

Implements hook_install().

File

./reg_with_pic.install, line 10
Reg with pic install file.

Code

function reg_with_pic_install() {

  // Enable by default
  variable_set('reg_with_pic_enabled', 1);
  variable_set('reg_with_pic_weight', 0);
}