Skip to content

Commit

Permalink
Merge branch 'QA_4_3'
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Dec 11, 2014
2 parents abb293e + cb40e81 commit fedb566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Expand Up @@ -16,7 +16,8 @@ phpMyAdmin - ChangeLog
- bug #4633 Wrong parameter in fetchValue
- bug #4634 Error reporting creates an infinite loop
- bug #4635 Token mismatch while creating configuration storage
- bug #4640 Incorrect reference to PHP 6
- bug #4640 Incorrect reference to PHP 6
- bug #3794 failure to handle repeating empty columns when importing ODS

4.3.1.0 (2014-12-08)
- bug #4609 'Show all' checkbox label is not clickable
Expand Down
5 changes: 0 additions & 5 deletions libraries/plugins/import/ImportOds.class.php
Expand Up @@ -221,11 +221,6 @@ public function doImport()
continue;
}

/* Number of blank columns repeated */
if ($col_count >= count($row->children('table', true)) - 1) {
continue;
}

$attr = $cell->attributes('table', true);
$num_null = (int)$attr['number-columns-repeated'];

Expand Down

0 comments on commit fedb566

Please sign in to comment.