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.30.2.4,1.30.2.5


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup lang.php,1.30.2.4,1.30.2.5
Date: Sat, 16 Nov 2002 07:52:13 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        lang.php 
Log Message:
small fix for not deleting the main- and loginscreen messages on installing new 
and changeed lang-files

Index: lang.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/lang.php,v
retrieving revision 1.30.2.4
retrieving revision 1.30.2.5
diff -C2 -r1.30.2.4 -r1.30.2.5
*** lang.php    16 Nov 2002 12:24:13 -0000      1.30.2.4
--- lang.php    16 Nov 2002 12:52:08 -0000      1.30.2.5
***************
*** 52,56 ****
                        if ($upgrademethod == 'dumpold')
                        {
!                               $GLOBALS['phpgw_setup']->db->query("DELETE FROM 
lang",__LINE__,__FILE__);
                                //echo '<br>Test: dumpold';
                        }
--- 52,57 ----
                        if ($upgrademethod == 'dumpold')
                        {
!                               // dont delete the custom main- & loginscreen 
messages every time
!                               $GLOBALS['phpgw_setup']->db->query("DELETE FROM 
lang where app_name != 'mainscreen' AND app_name != 
'loginscreen'",__LINE__,__FILE__);
                                //echo '<br>Test: dumpold';
                        }





reply via email to

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