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');
}
Implementation of hook_install().
function joomla_install() {
// Create tables.
drupal_install_schema('joomla');
}