mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
_validate_offset
This commit is contained in:
@@ -1049,7 +1049,7 @@ class parseCSV {
|
|||||||
* @return true of false
|
* @return true of false
|
||||||
*/
|
*/
|
||||||
protected function _validate_offset ($current_row) {
|
protected function _validate_offset ($current_row) {
|
||||||
if ( $this->sort_by === null && $this->offset !== null && $current_row < $this->offset ) {
|
if ($this->sort_by === null && $this->offset !== null && $current_row < $this->offset) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user