sheetnode_google.install in Sheetnode 6
File
modules/sheetnode_google/sheetnode_google.installView 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
Name | Description |
---|---|
sheetnode_google_update_6001 | Implementation of hook_update_N(). |