function simplenews_update_7003 in Simplenews 7.2
Same name and namespace in other branches
- 7 simplenews.install \simplenews_update_7003()
[simplenews-newsletter] tokens have been removed in favor of [node] tokens.
File
- ./
simplenews.install, line 702 - 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');
}