phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.139,1.140


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.139,1.140
Date: Sun, 26 May 2002 04:23:52 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv5902/phpgwapi/inc

Modified Files:
        class.common.inc.php 
Log Message:
added lang() call to the msgbox error text

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -r1.139 -r1.140
*** class.common.inc.php        24 May 2002 22:30:35 -0000      1.139
--- class.common.inc.php        26 May 2002 08:23:49 -0000      1.140
***************
*** 1014,1018 ****
                                        }
  
!                                       
$GLOBALS['phpgw']->template->set_var('msgbox_text',$key);
                                        if ($value == True)
                                        {
--- 1014,1018 ----
                                        }
  
!                                       
$GLOBALS['phpgw']->template->set_var('msgbox_text',lang($key));
                                        if ($value == True)
                                        {
***************
*** 1031,1035 ****
                        {
                                
$GLOBALS['phpgw']->template->set_var('msgbox_row_color',$GLOBALS['phpgw_info']['theme']['row_on']);
!                               
$GLOBALS['phpgw']->template->set_var('msgbox_text',$text);
                                if ($type == True)
                                {
--- 1031,1035 ----
                        {
                                
$GLOBALS['phpgw']->template->set_var('msgbox_row_color',$GLOBALS['phpgw_info']['theme']['row_on']);
!                               
$GLOBALS['phpgw']->template->set_var('msgbox_text',lang($text));
                                if ($type == True)
                                {




reply via email to

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