You are here

function securepages_update_1 in Secure Pages 5

Same name and namespace in other branches
  1. 6 securepages.install \securepages_update_1()

Implementation of hook_update_n()

File

./securepages.install, line 24

Code

function securepages_update_1() {
  variable_set('securepages_enable', 1);
  return array();
}