phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.db_mysql.inc.php,1.30.2.2,1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_mysql.inc.php,1.30.2.2,1.30.2.3
Date: Thu, 13 Mar 2003 12:53:22 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv28672/phpgwapi/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.db_mysql.inc.php 
Log Message:
fix for bug #2549, patch from ||cw

Index: class.db_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_mysql.inc.php,v
retrieving revision 1.30.2.2
retrieving revision 1.30.2.3
diff -C2 -r1.30.2.2 -r1.30.2.3
*** class.db_mysql.inc.php      5 Mar 2003 13:54:05 -0000       1.30.2.2
--- class.db_mysql.inc.php      13 Mar 2003 17:53:17 -0000      1.30.2.3
***************
*** 544,549 ****
                        $this->Errno = @mysql_errno($this->Link_ID);    // else 
we get its error or none
                        
!                       $this->unlock();        /* Just in case there is a 
table currently locked */
! 
                        if ($this->Halt_On_Error == "no")
                        {
--- 544,551 ----
                        $this->Errno = @mysql_errno($this->Link_ID);    // else 
we get its error or none
                        
!                       if ($this->Link_ID)             // only if we have a 
link, else infinite loop
!                       {
!                               $this->unlock();        /* Just in case there 
is a table currently locked */
!                       }
                        if ($this->Halt_On_Error == "no")
                        {





reply via email to

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