phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup applications.php,1.21.2.5,1.21.2.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup applications.php,1.21.2.5,1.21.2.6
Date: Sun, 20 Jul 2003 07:01:27 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        applications.php 
Log Message:
fixed bug that prefented uninstalling and installing of apps

Index: applications.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/applications.php,v
retrieving revision 1.21.2.5
retrieving revision 1.21.2.6
diff -C2 -r1.21.2.5 -r1.21.2.6
*** applications.php    18 Jul 2003 23:42:19 -0000      1.21.2.5
--- applications.php    20 Jul 2003 11:01:22 -0000      1.21.2.6
***************
*** 128,134 ****
  
                if(!empty($remove) && is_array($remove))
!   {
!         foreach($remove as $appname => $key)
!    {
                                $terror = array();
                                $terror[] = $setup_info[$appname];
--- 128,134 ----
  
                if(!empty($remove) && is_array($remove))
!               {
!                       foreach($remove as $appname => $key)
!                       {
                                $terror = array();
                                $terror[] = $setup_info[$appname];
***************
*** 152,159 ****
                                echo '<br>' . $setup_info[$appname]['title'] . 
' ' . lang('Translations removed') . '.';
                        }
!   }
  
!               if(!empty($remove) && is_array($remove))
!   {
                        foreach($install as $appname => $key)
                        {
--- 152,159 ----
                                echo '<br>' . $setup_info[$appname]['title'] . 
' ' . lang('Translations removed') . '.';
                        }
!               }
  
!               if(!empty($install) && is_array($install))
!               {
                        foreach($install as $appname => $key)
                        {
***************
*** 194,203 ****
                                echo '<br>' . $setup_info[$appname]['title'] . 
' ' . lang('Translations added') . '.';
                        }
!   }
  
                if(!empty($upgrade) && is_array($upgrade))
                {
!         foreach($upgrade as $appname => $key)
!    {
                                $terror = array();
                                $terror[] = $setup_info[$appname];
--- 194,203 ----
                                echo '<br>' . $setup_info[$appname]['title'] . 
' ' . lang('Translations added') . '.';
                        }
!               }
  
                if(!empty($upgrade) && is_array($upgrade))
                {
!                       foreach($upgrade as $appname => $key)
!                       {
                                $terror = array();
                                $terror[] = $setup_info[$appname];
***************
*** 210,215 ****
                                }
                                else
!       {
!               echo '<br>' . $setup_info[$appname]['title'] . ' ' . 
lang('upgraded') . '.';
                                }
  
--- 210,215 ----
                                }
                                else
!                               {
!                                       echo '<br>' . 
$setup_info[$appname]['title'] . ' ' . lang('upgraded') . '.';
                                }
  
***************
*** 217,221 ****
                                echo '<br>' . $setup_info[$appname]['title'] . 
' ' . lang('Translations upgraded') . '.';
                        }
!   }
  
                //$setup_tpl->set_var('goback',
--- 217,221 ----
                                echo '<br>' . $setup_info[$appname]['title'] . 
' ' . lang('Translations upgraded') . '.';
                        }
!               }
  
                //$setup_tpl->set_var('goback',





reply via email to

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