phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup lang.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] setup lang.php
Date: Thu, 02 Nov 2006 09:56:58 +0000

CVSROOT:        /sources/phpgroupware
Module name:    setup
Changes by:     Sigurd Nes <sigurdne>   06/11/02 09:56:58

Modified files:
        .              : lang.php 

Log message:
        fix for windows

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/setup/lang.php?cvsroot=phpgroupware&r1=1.55&r2=1.56

Patches:
Index: lang.php
===================================================================
RCS file: /sources/phpgroupware/setup/lang.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- lang.php    1 Oct 2006 13:45:34 -0000       1.55
+++ lang.php    2 Nov 2006 09:56:58 -0000       1.56
@@ -5,7 +5,7 @@
        * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package setup
-       * @version $Id: lang.php,v 1.55 2006/10/01 13:45:34 skwashd Exp $
+       * @version $Id: lang.php,v 1.56 2006/11/02 09:56:58 sigurdne Exp $
        */
 
        $phpgw_info = array();
@@ -89,7 +89,10 @@
                        foreach($lang_selected as $lang)
                        {
                                //echo '<br />Working on: ' . $lang;
+                               if(function_exists('sem_get'))
+                               {
                                $GLOBALS['phpgw']->shm->delete_key('lang_' . 
$lang);
+                               }
                                $addlang = False;
                                if ($upgrademethod == 'addonlynew')
                                {




reply via email to

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