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.3,1.4


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

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

Modified Files:
        class.setup.inc.php 
Log Message:
Add lang for invalid password



Index: class.setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.setup.inc.php 4 Mar 2002 03:08:47 -0000       1.3
--- class.setup.inc.php 4 Mar 2002 03:10:56 -0000       1.4
***************
*** 116,120 ****
                                else
                                {
!                                       
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = 'Invalid password';
                                        
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
                                        return False;
--- 116,120 ----
                                else
                                {
!                                       
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = lang('Invalid password');
                                        
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
                                        return False;
***************
*** 155,159 ****
                                else
                                {
!                                       
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = 'Invalid password';
                                        
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
                                        return False;
--- 155,159 ----
                                else
                                {
!                                       
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = lang('Invalid password');
                                        
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
                                        return False;
***************
*** 169,173 ****
                                else
                                {
!                                       
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = 'Invalid password';
                                        
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = '';
                                        return False;
--- 169,173 ----
                                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]