Update of /cvsroot/basedb/basedb/include/classes
In directory sc8-pr-cvs1:/tmp/cvs-serv21219/include/classes
Modified Files:
basecontrol.inc.php
Log Message:
very minor fix
Index: basecontrol.inc.php
===================================================================
RCS file: /cvsroot/basedb/basedb/include/classes/basecontrol.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** basecontrol.inc.php 10 Feb 2003 08:40:42 -0000 1.9
--- basecontrol.inc.php 15 Feb 2003 11:31:41 -0000 1.10
***************
*** 64,68 ****
error_log("Script left hanging BaseControl transactions ".
"(depth $this->depth): $_SERVER[REQUEST_URI]");
! while($this->endTransaction()) ;
}
--- 64,68 ----
error_log("Script left hanging BaseControl transactions ".
"(depth $this->depth): $_SERVER[REQUEST_URI]");
! while($this->depth && $this->endTransaction()) ;
}
|