diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index 1466c8d905..14200e54ed 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -138,7 +138,7 @@ if (isset($_POST['zoom_submit']) foreach ($row as $val) { $tmpRow[] = $val; } - //Get unique conditon on each row (will be needed for row update) + //Get unique condition on each row (will be needed for row update) $uniqueCondition = PMA_Util::getUniqueCondition( $result, count($table_search->getColumnNames()), $fields_meta, $tmpRow, true