Skip to content

Commit

Permalink
bug #4131 Import: "number of rows to skip" is ambiguous
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Dec 27, 2013
1 parent 8021f31 commit 8782c1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -6,6 +6,7 @@ phpMyAdmin - ChangeLog
- bug #4198 Hovering over pie chart gives fatal JS error
- bug #4200 Missing syntax highlighting
- bug #4201 Exports are not compressed
- bug #4131 Import: "number of rows to skip" is ambiguous

4.1.2.0 (2013-12-23)
- bug #4178 Quick edit for BIT type does not work
Expand Down
5 changes: 4 additions & 1 deletion libraries/display_import.lib.php
Expand Up @@ -299,7 +299,10 @@ function PMA_getHtmlForImportOptionsPartialImport($timeout_passed, $offset)
if (! (isset($timeout_passed) && $timeout_passed)) {
$html .= ' <div class="formelementrow">';
$html .= ' <label for="text_skip_queries">'
. __('Number of rows to skip, starting from the first row:')
. __(
'Skip this number of queries (for SQL) or lines (for other '
. 'formats), starting from the first one:'
)
. '</label>';
$html .= ' <input type="number" name="skip_queries" value="'
. PMA_pluginGetDefault('Import', 'skip_queries')
Expand Down

0 comments on commit 8782c1c

Please sign in to comment.