You are here

function sheetnode_google_update_6001 in Sheetnode 6

Implementation of hook_update_N().

File

modules/sheetnode_google/sheetnode_google.install, line 6

Code

function sheetnode_google_update_6001() {
  drupal_set_message(t('Please make sure to delete the sheetnode_google.* files in the root sheetnode directory.'), 'warning');
}