1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-01-20 04:48:50 +01:00
egroupware/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');
?>