You are here

function simplenews_update_7003 in Simplenews 7

Same name and namespace in other branches
  1. 7.2 simplenews.install \simplenews_update_7003()

[simplenews-newsletter] tokens have been removed in favor of [node] tokens.

File

./simplenews.install, line 773
Install, update and uninstall functions for the simplenews module

Code

function simplenews_update_7003() {
  drupal_set_message(t('The [simplenews-newsletter] tokens have been removed in favor of [node] tokens. Existing newsletters might need to be updated accordingly.'), 'warning');
}