Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Import History showing (rows - 1) results #52

Closed
steverowling opened this issue Apr 21, 2015 · 1 comment
Closed

Import History showing (rows - 1) results #52

steverowling opened this issue Apr 21, 2015 · 1 comment

Comments

@steverowling
Copy link

The Import History is not showing the full set of results, it is one line short, due to the change made in release 0.8.21. The for loop on line 64 of Import_History.php should read:

for ($i = 2; $i <= ($rows + 1); $i++) {

otherwise only ($rows - 1) rows of data are shown.

@boboldehampsink
Copy link
Owner

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants