|
From: Paul S. O. <ps...@us...> - 2002-05-12 00:47:43
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv6987/db
Modified Files:
Tag: phpBB-2_0_0
msaccess.php
Log Message:
Loads of bug fixes and updates
Index: msaccess.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/msaccess.php,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** msaccess.php 20 Mar 2002 17:47:26 -0000 1.8
--- msaccess.php 12 May 2002 00:47:40 -0000 1.8.2.1
***************
*** 138,142 ****
$row_inner = 0;
! while( odbc_fetch_row($this->result, $row_outer) && $row_outer < $row_outer_max )
{
for($j = 0; $j < count($this->field_names[$this->result]); $j++)
--- 138,142 ----
$row_inner = 0;
! while( odbc_fetch_row($this->result) && $row_outer < $row_outer_max )
{
for($j = 0; $j < count($this->field_names[$this->result]); $j++)
|