You are here

function sf_notifications_disable in Salesforce Suite 7.2

Same name and namespace in other branches
  1. 6.2 sf_notifications/sf_notifications.install \sf_notifications_disable()

@todo Please document this function.

See also

http://drupal.org/node/1354

File

sf_notifications/sf_notifications.install, line 34

Code

function sf_notifications_disable() {
  drupal_set_message(t('You have successfully disabled Salesforce Notifications. You may
    want to deactivate any workflow rules associated
    with this site.'));
}