source: companies/celepar/phpgwapi/inc/class.translation.inc.php @ 763

Revision 763, 266 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<?php
2        if (empty($GLOBALS['phpgw_info']['server']['translation_system']))
3        {
4                $GLOBALS['phpgw_info']['server']['translation_system'] = 'sql';
5        }
6        include(PHPGW_API_INC.'/class.translation_' . $GLOBALS['phpgw_info']['server']['translation_system'].'.inc.php');
7?>
Note: See TracBrowser for help on using the repository browser.