You are here

function node_convert_install in Node Convert 7

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

Implements hook_install().

File

./node_convert.install, line 71
Installs necessary tables for node convert templates.

Code

function node_convert_install() {
}