You are here

function joomla_install in Joomla to Drupal 6

Implementation of hook_install().

File

./joomla.install, line 6

Code

function joomla_install() {

  // Create tables.
  drupal_install_schema('joomla');
}