phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.setup.inc.php,1.4,1.5


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup.inc.php,1.4,1.5
Date: Sun, 03 Mar 2002 22:12:52 -0500

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

Modified Files:
        class.setup.inc.php 
Log Message:
add one missing lang call

Index: class.setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.setup.inc.php 4 Mar 2002 03:10:56 -0000       1.4
--- class.setup.inc.php 4 Mar 2002 03:12:50 -0000       1.5
***************
*** 99,103 ****
                                else
                                {
!                                       
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = 'Invalid password';
                                        
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = '';
                                        return False;
--- 99,103 ----
                                else
                                {
!                                       
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = lang('Invalid password');
                                        
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = '';
                                        return False;




reply via email to

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