You are here

function node_convert_install in Node Convert 6

Same name and namespace in other branches
  1. 7 node_convert.install \node_convert_install()

File

./node_convert.install, line 23
The node_convert install file.

Code

function node_convert_install() {

  // Create my tables.
  drupal_install_schema('node_convert');
}