You are here

function dropbox_client_update_7001 in Dropbox Client 7.4

Warn about required new settings.

File

./dropbox_client.install, line 34

Code

function dropbox_client_update_7001() {
  drupal_set_message(t('It is required to add some new settings to the dropbox client module. Please make sure to reconfigure your dropbox settings at the <a href="@url">settings page.</a>', array(
    '@url' => url('admin/config/content/dropbox_client/settings'),
  )), 'warning');
}