You are here

function copyright_block_update_7200 in Copyright Block module 7.2

Fix typo in variable name.

File

./copyright_block.install, line 31
Install, update and uninstall functions for the Copyright Block module.

Code

function copyright_block_update_7200() {
  variable_set('copyright_block_separator', variable_get('copyright_block_seperator'));
  variable_del('copyright_block_seperator');
}