You are here

function messages_alter_update_6001 in Custom Submit Messages 7.x

Same name and namespace in other branches
  1. 7 messages_alter/messages_alter.install \messages_alter_update_6001()

Implements hook_update_N().

File

messages_alter/messages_alter.install, line 42
Install, update and uninstall functions for the messages alter module.

Code

function messages_alter_update_6001() {

  // set to the default - there weren't any major
  // changes to this one
  variable_set('messages_alter_version_latest', '6.x-1.3');
  variable_set('messages_alter_version', '6.x-1.3');
  return array();
}