source: trunk/phpgwapi/inc/class.translation.inc.php @ 2

Revision 2, 266 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.