You are here

function mailhandler_update_1 in Mailhandler 6

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

First update for Drupal 6.

This is no longer needed, but it's probably better to leave this function in place so the sequence of future updates will not be broken.

File

./mailhandler.install, line 175
Install, uninstall, schema and update functions for Mailhandler module.

Code

function mailhandler_update_1() {

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