You are here

function sgrid_install in Sortable Grid Views Plugin 6

Implementation of hook_install()

File

./sgrid.install, line 11
Install file for Sortable Grid module

Code

function sgrid_install() {
  drupal_install_schema('sgrid');
}