You are here

function node_registration_update_14 in Node registration 7

WARN about removing custom mail action, USE SYSTEM MAIL ACTION!

File

./node_registration.install, line 366
Install, uninstall, enable and disable hooks and schema.

Code

function node_registration_update_14() {
  drupal_set_message(t("Node Registration REMOVED THE CUSTOM MAIL ACTION. If you want to mail registrees, USE THE SYSTEM MAIL ACTION."));
}