You are here

function forward_update_6 in Forward 6

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

Fix variable strings

File

./forward.install, line 144

Code

function forward_update_6() {

  //variable strings changed
  variable_set('forward_page_subject', variable_get('forward_email_subject', '!name has forwarded a page to you from !site'));
  variable_set('forward_page_message', variable_get('forward_email_message', '!name thought you would like to see this page from the !site web site.'));
  return array();
}