You are here

function forward_update_4 in Forward 7

Same name and namespace in other branches
  1. 6 forward.install \forward_update_4()

Migrate variable strings

File

./forward.install, line 177
Install, update and uninstall functions for the forward module.

Code

function forward_update_4() {

  //variable strings changed
  variable_set('forward_pagesubject', variable_get('forward_emailsubject', '!name has forwarded a page to you from !site'));
  variable_set('forward_pagemessage', variable_get('forward_emailmessage', '!name thought you would like to see this page from the !site web site.'));
  return t('Variables for Forward module updated.');
}