phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.translation_sql.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.translation_sql.inc.php
Date: Tue, 26 Sep 2006 18:41:34 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/09/26 18:41:34

Modified files:
        inc            : class.translation_sql.inc.php 

Log message:
        notice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.translation_sql.inc.php?cvsroot=phpgwapi&r1=1.28&r2=1.29

Patches:
Index: class.translation_sql.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.translation_sql.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- class.translation_sql.inc.php       22 Sep 2006 03:06:42 -0000      1.28
+++ class.translation_sql.inc.php       26 Sep 2006 18:41:34 -0000      1.29
@@ -7,7 +7,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage application
-       * @version $Id: class.translation_sql.inc.php,v 1.28 2006/09/22 
03:06:42 skwashd Exp $
+       * @version $Id: class.translation_sql.inc.php,v 1.29 2006/09/26 
18:41:34 sigurdne Exp $
        */
 
        /**
@@ -49,7 +49,7 @@
                        if ( 
isset($GLOBALS['phpgw_info']['server']['shm_lang']) && 
$GLOBALS['phpgw_info']['server']['shm_lang']
                                && function_exists('sem_get'))
                        {
-                               if ( !is_array($GLOBALS['lang']) || $reset) 
//This should avoid problems for php-nuke & postnuke I guess (Caeies)
+                               if ( (!isset($GLOBALS['lang']) || 
!is_array($GLOBALS['lang'])) || $reset) //This should avoid problems for 
php-nuke & postnuke I guess (Caeies)
                                {
                                        if($GLOBALS['lang'] = 
$GLOBALS['phpgw']->shm->get_value('lang_' . $userlang))
                                        {




reply via email to

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