You are here

function forward_update_6 in Forward 7

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

Set mail system for forward

File

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

Code

function forward_update_6() {
  variable_set('mail_system', array(
    'default-system' => 'DefaultMailSystem',
    'forward' => 'ForwardMailSystem',
  ));
}