phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup/inc class.setup.inc.php,1.19.2.7,1.19.2.8


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup/inc class.setup.inc.php,1.19.2.7,1.19.2.8 class.setup_detection.inc.php,1.7.2.2,1.7.2.3
Date: Fri, 21 Mar 2003 10:03:28 -0500

Update of /cvsroot/phpgroupware/setup/inc
In directory subversions:/tmp/cvs-serv25258

Modified Files:
      Tag: Version-0_9_14-branch
        class.setup.inc.php 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.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/inc/Attic/class.setup.inc.php,v
retrieving revision 1.19.2.7
retrieving revision 1.19.2.8
diff -C2 -r1.19.2.7 -r1.19.2.8
*** class.setup.inc.php 20 Mar 2003 20:36:31 -0000      1.19.2.7
--- class.setup.inc.php 21 Mar 2003 15:03:25 -0000      1.19.2.8
***************
*** 12,19 ****
    /* $Id$ */
  
!       include('./inc/class.setup_detection.inc.php');
!       include('./inc/class.setup_process.inc.php');
!       include('./inc/class.setup_lang.inc.php');
!       include('./inc/class.setup_html.inc.php');
        class phpgw_setup extends phpgw_setup_html
        {
--- 12,27 ----
    /* $Id$ */
  
!       if (isset($GLOBALS['phpgw']))   // called from within phpgw (for the 
automatic lang-update)
!       {
!               $setup_dir = PHPGW_SERVER_ROOT . '/setup';
!       }
!       else
!       {
!               $setup_dir = '.';
!       }
!       include($setup_dir.'/inc/class.setup_detection.inc.php');
!       include($setup_dir.'/inc/class.setup_process.inc.php');
!       include($setup_dir.'/inc/class.setup_lang.inc.php');
!       include($setup_dir.'/inc/class.setup_html.inc.php');
        class phpgw_setup extends phpgw_setup_html
        {

Index: class.setup_detection.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/inc/Attic/class.setup_detection.inc.php,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -C2 -r1.7.2.2 -r1.7.2.3
*** class.setup_detection.inc.php       13 Apr 2002 03:01:53 -0000      1.7.2.2
--- class.setup_detection.inc.php       21 Mar 2003 15:03:25 -0000      1.7.2.3
***************
*** 290,297 ****
                }
  
!               function check_lang()
                {
                        $this->db->Halt_On_Error = 'no';
!                       if ($GLOBALS['phpgw_info']['setup']['stage']['db'] != 
10)
                        {
                                return '';
--- 290,297 ----
                }
  
!               function check_lang($check=true)
                {
                        $this->db->Halt_On_Error = 'no';
!                       if ($check && 
$GLOBALS['phpgw_info']['setup']['stage']['db'] != 10)
                        {
                                return '';





reply via email to

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