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_detection.inc.php,1.5,1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_detection.inc.php,1.5,1.6
Date: Fri, 21 Mar 2003 20:31:41 -0500

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

Modified Files:
        class.setup_detection.inc.php 
Log Message:
2 changes:
- newer lang-files get now installed automaticaly when a user log's in
- Czech is added to the supported lang's
==> phpgwapi version updated to 0.9.14.002


Index: class.setup_detection.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup_detection.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.setup_detection.inc.php       23 Dec 2002 01:29:19 -0000      1.5
--- class.setup_detection.inc.php       22 Mar 2003 01:31:38 -0000      1.6
***************
*** 320,331 ****
                }
  
!               function check_lang()
                {
                        $GLOBALS['phpgw_setup']->db->Halt_On_Error = 'no';
!                       if($GLOBALS['phpgw_info']['setup']['stage']['db'] != 10)
                        {
                                return '';
                        }
! 
                        
if($GLOBALS['phpgw_setup']->alessthanb($GLOBALS['setup_info']['phpgwapi']['currentver'],
 '0.9.15.002'))
                        {
--- 320,334 ----
                }
  
!               function check_lang($check = True)
                {
                        $GLOBALS['phpgw_setup']->db->Halt_On_Error = 'no';
!                       if($check && 
$GLOBALS['phpgw_info']['setup']['stage']['db'] != 10)
                        {
                                return '';
                        }
!                       if (!$check)
!                       {
!                               $GLOBALS['setup_info'] = 
$GLOBALS['phpgw_setup']->detection->get_db_versions($GLOBALS['setup_info']);
!                       }
                        
if($GLOBALS['phpgw_setup']->alessthanb($GLOBALS['setup_info']['phpgwapi']['currentver'],
 '0.9.15.002'))
                        {





reply via email to

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