You are here

function securepages_update_1 in Secure Pages 6

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

Implementation of hook_update_n().

File

./securepages.install, line 31
Provides installation details for Secure Pages

Code

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