You are here

function sf_notifications_disable in Salesforce Suite 6.2

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

File

sf_notifications/sf_notifications.install, line 25

Code

function sf_notifications_disable() {
  drupal_set_message(t('You have successfully disabled SalesForce Notifications. You may
    want to <a href="!workflow">deactivate any workflow rules</a> associated
    with this site.', array(
    '!workflow' => 'https://na1.salesforce.com/01Q',
  )));
}