phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup lang.php,1.46.2.3,1.46.2.4


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup lang.php,1.46.2.3,1.46.2.4
Date: Wed, 16 Apr 2003 08:03:34 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        lang.php 
Log Message:
error_reporting = E_ALL fixes

Index: lang.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/lang.php,v
retrieving revision 1.46.2.3
retrieving revision 1.46.2.4
diff -C2 -r1.46.2.3 -r1.46.2.4
*** lang.php    2 Apr 2003 16:57:57 -0000       1.46.2.3
--- lang.php    16 Apr 2003 12:03:32 -0000      1.46.2.4
***************
*** 13,17 ****
  
        $phpgw_info = array();
!       if (!$included)
        {
                $GLOBALS['phpgw_info']['flags'] = array(
--- 13,17 ----
  
        $phpgw_info = array();
!       if (address@hidden)
        {
                $GLOBALS['phpgw_info']['flags'] = array(
***************
*** 97,103 ****
                                        while (list($key,$app) = 
each($setup_info))
                                        {
!                                               $appfile = PHPGW_SERVER_ROOT . 
SEP . $app['name'] . SEP . 'setup' . SEP . 'phpgw_' . strtolower($lang) . 
'.lang';
                                                //echo '<br>Checking in: ' . 
$app['name'];
!                                               
if($GLOBALS['phpgw_setup']->app_registered($app['name']) && 
file_exists($appfile))
                                                {
                                                        //echo '<br>Including: 
' . $appfile;
--- 97,103 ----
                                        while (list($key,$app) = 
each($setup_info))
                                        {
!                                               $appfile = PHPGW_SERVER_ROOT . 
SEP . @$app['name'] . SEP . 'setup' . SEP . 'phpgw_' . strtolower($lang) . 
'.lang';
                                                //echo '<br>Checking in: ' . 
$app['name'];
!                                               
if($GLOBALS['phpgw_setup']->app_registered(@$app['name']) && 
file_exists($appfile))
                                                {
                                                        //echo '<br>Including: 
' . $appfile;
***************
*** 134,138 ****
                                                        }
  
!                                                       if ($addit || 
$newinstall || $upgrademethod == 'addonlynew' || $upgrademethod == 'dumpold')
                                                        {
                                                                if($message_id 
&& $content)
--- 134,138 ----
                                                        }
  
!                                                       if ($addit || 
@$newinstall || $upgrademethod == 'addonlynew' || $upgrademethod == 'dumpold')
                                                        {
                                                                if($message_id 
&& $content)
***************
*** 156,160 ****
                                
addslashes(serialize($GLOBALS['phpgw_info']['server']['lang_ctimes']))."')",__LINE__,__FILE__);
                }
!               if(!$included)
                {
                        Header('Location: index.php');
--- 156,160 ----
                                
addslashes(serialize($GLOBALS['phpgw_info']['server']['lang_ctimes']))."')",__LINE__,__FILE__);
                }
!               if(address@hidden)
                {
                        Header('Location: index.php');





reply via email to

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