phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc/class.translation.inc.php, 1.8


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.translation.inc.php, 1.8
Date: Thu, 30 Dec 2004 07:47:31 +0100

Update of /phpgwapi/inc
Added Files:
        Branch: 
          class.translation.inc.php

date: 2004/12/30 06:47:31;  author: skwashd;  state: Exp;  lines: +13 -1

Log Message:
new HEAD
=====================================================================
<?php 
        /**
        * Translation class loader
        * @copyright Copyright (C) 2003,2004 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage application
        * @version $Id: class.translation.inc.php,v 1.8 2004/12/30 06:47:31 
skwashd Exp $
        */

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]