Bugs item #445385, was opened at 2001-07-28 11:25
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=445385&group_id=31885
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Chris Johnson (chaska)
>Assigned to: Richard Archer (richardarcher)
Summary: table.inc, show_result() swallows first
Initial Comment:
table.inc -- next_record() is called twice in
show_result() method, swallowing the first result row.
----------------------------------------------------------------------
>Comment By: Richard Archer (richardarcher)
Date: 2002-04-25 12:37
Message:
Logged In: YES
user_id=279311
I can't replicate this bug.
show_table_heading_row_result performs a
$db->seek($db->Row-1) after $db->next_record() which should
rewind the result set to the original position.
I'm closing this one... feel free to re-open it if I'm
missing something.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=445385&group_id=31885
|