phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.common.inc.php
Date: Tue, 19 Sep 2006 21:11:22 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/09/19 21:11:22

Modified files:
        inc            : class.common.inc.php 

Log message:
        notice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.common.inc.php?cvsroot=phpgwapi&r1=1.243&r2=1.244

Patches:
Index: class.common.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -b -r1.243 -r1.244
--- class.common.inc.php        10 Sep 2006 16:56:47 -0000      1.243
+++ class.common.inc.php        19 Sep 2006 21:11:22 -0000      1.244
@@ -8,7 +8,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage utilities
-       * @version $Id: class.common.inc.php,v 1.243 2006/09/10 16:56:47 Caeies 
Exp $
+       * @version $Id: class.common.inc.php,v 1.244 2006/09/19 21:11:22 
sigurdne Exp $
        */
 
        /**
@@ -1772,9 +1772,10 @@
 
                        
$GLOBALS['phpgw']->xslttpl->add_file($this->get_tpl_dir('phpgwapi','base') . 
SEP . 'msgbox');
 
-                       $prev_helper = 
$GLOBALS['phpgw']->translation->translator_helper;
-                       $GLOBALS['phpgw']->translation->translator_helper = '';
+               //      $prev_helper = 
$GLOBALS['phpgw']->translation->translator_helper;
+               //      $GLOBALS['phpgw']->translation->translator_helper = '';
 
+                       $data = '';
                        if (is_array($text))
                        {
                                foreach($text as $key => $value)
@@ -1821,7 +1822,7 @@
                                );
                        }
 
-                       $GLOBALS['phpgw']->translation->translator_helper = 
$prev_helper;
+               //      $GLOBALS['phpgw']->translation->translator_helper = 
$prev_helper;
 
                        if ($base)
                        {




reply via email to

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