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.6,1.30.2.7


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup lang.php,1.30.2.6,1.30.2.7
Date: Thu, 03 Apr 2003 04:30:20 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        lang.php 
Log Message:
commented out the transaction, so that error from doublicated keys, does NOT 
stall the lang-installation


Index: lang.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/lang.php,v
retrieving revision 1.30.2.6
retrieving revision 1.30.2.7
diff -C2 -r1.30.2.6 -r1.30.2.7
*** lang.php    21 Mar 2003 15:02:40 -0000      1.30.2.6
--- lang.php    3 Apr 2003 09:30:18 -0000       1.30.2.7
***************
*** 57,61 ****
                }
                
!               $GLOBALS['phpgw_setup']->db->transaction_begin();
                if (count($lang_selected))
                {
--- 57,61 ----
                }
                
!               //$GLOBALS['phpgw_setup']->db->transaction_begin();
                if (count($lang_selected))
                {
***************
*** 143,147 ****
                                }
                        }
!                       $GLOBALS['phpgw_setup']->db->transaction_commit();
                        
                        $GLOBALS['phpgw_setup']->db->query("DELETE from 
phpgw_config WHERE config_app='phpgwapi' AND 
config_name='lang_ctimes'",__LINE__,__FILE__);
--- 143,147 ----
                                }
                        }
!                       //$GLOBALS['phpgw_setup']->db->transaction_commit();
                        
                        $GLOBALS['phpgw_setup']->db->query("DELETE from 
phpgw_config WHERE config_app='phpgwapi' AND 
config_name='lang_ctimes'",__LINE__,__FILE__);





reply via email to

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