@@ -725,7 +725,7 @@ |
||
725 | 725 | // Spreadsheets software returns first exact match, |
726 | 726 | (strtolower($rowData[$firstColumn]) == strtolower($lookup_value)) |
727 | 727 | // we have sorted and we might have broken key orders |
728 | - // we want the first one (by its initial index) |
|
728 | + // we want the first one (by its initial index) |
|
729 | 729 | && (($rowNumber == false) || ($rowKey < $rowNumber)) |
730 | 730 | ) { |
731 | 731 | $rowNumber = $rowKey; |