The use of db_fetch_object to check if there is data will make the first row dissappear.

This patch will change the code to use db_num_rows instead, thus keeping all the data intact.

The same bug resides in HEAD version as well.

CommentFileSizeAuthor
forward_tracking.patch604 bytesphuc77

Comments

budda’s picture

Status: Needs review » Reviewed & tested by the community

Excellent. Works! +1

seanr’s picture

Status: Reviewed & tested by the community » Fixed

Fixed. Thank you very much.

Anonymous’s picture

Status: Fixed » Closed (fixed)