You are here

sheetnode_google.install in Sheetnode 6

File

modules/sheetnode_google/sheetnode_google.install
View source
<?php

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

Functions

Namesort descending Description
sheetnode_google_update_6001 Implementation of hook_update_N().