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.36,1.37


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_mysql.inc.php,1.36,1.37
Date: Thu, 13 Mar 2003 12:59:47 -0500

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

Modified Files:
        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.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** class.db_mysql.inc.php      5 Mar 2003 13:57:29 -0000       1.36
--- class.db_mysql.inc.php      13 Mar 2003 17:59:45 -0000      1.37
***************
*** 543,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')
                        {
                                return;
--- 543,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")
                        {
                                return;





reply via email to

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