constant JOOMLA_DATABASE_NAME in Joomla to Drupal 6
Same name and namespace in other branches
- 7.2 joomla.module \JOOMLA_DATABASE_NAME
- 7 joomla.module \JOOMLA_DATABASE_NAME
3 uses of JOOMLA_DATABASE_NAME
- joomla_admin_settings in ./
joomla.module - joomla_database_init in ./
joomla.module - Initialise settings for communicating with the Joomla database. This makes it possible to switch between the Drupal and Joomla databases with db_set_active().
- joomla_database_test in ./
joomla.module - Test whether a valid joomla database has been configured
File
- ./
joomla.module, line 13 - The joomla module used for migrate Joomla to Drupal.
Code
define('JOOMLA_DATABASE_NAME', 'joomla');