egroupware_official/phpgwapi/inc/class.translation.inc.php
2001-08-31 08:45:44 +00:00

8 lines
266 B
PHP

<?php
if (empty($GLOBALS['phpgw_info']['server']['translation_system']))
{
$GLOBALS['phpgw_info']['server']['translation_system'] = 'sql';
}
include(PHPGW_API_INC.'/class.translation_' . $GLOBALS['phpgw_info']['server']['translation_system'].'.inc.php');
?>