You are here

function mailhandler_update_1 in Mailhandler 7

Same name and namespace in other branches
  1. 5 mailhandler.install \mailhandler_update_1()
  2. 6 mailhandler.install \mailhandler_update_1()

Update database hooks

File

./mailhandler.install, line 146

Code

function mailhandler_update_1() {

  # This is no longer needed (D6), but it's probably better to leave this function in place

  # so the sequence of future updates will not be broken.

  //return _system_update_utf8(array('mailhandler'));
}