Hi,
looking at the generated HTML when we browse a table, some links/buttons call sql.php (for example, [Next] or [Page number]), some others call import.php (like [Refresh]). Is there a reason?
I ask this because for a bug I'm working on, I would need to pass "pos" to be able to refresh the current page, but import.php does not handle "pos".
sql.php (not the one in libraries/import) handles "pos" and generates a LIMIT clause.
Marc