@@ -721,7 +721,7 @@ |
||
721 | 721 | $rowNumber = $rowKey; |
722 | 722 | $rowValue = $rowData[$firstColumn]; |
723 | 723 | continue; |
724 | - } else if( |
|
724 | + } else if ( |
|
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 |