You are here

function forward_update_4 in Forward 6

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

Migrate variable strings

File

./forward.install, line 120

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 array();
}