You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 ofImport_History.php
should read:otherwise only
($rows - 1)
rows of data are shown.The text was updated successfully, but these errors were encountered: