Skip to content

Commit

Permalink
Merge branch 'b4442_42' of git://github.com/Tithugues/phpmyadmin into…
Browse files Browse the repository at this point in the history
… QA_4_2

Conflicts:
	ChangeLog
  • Loading branch information
nijel committed Jun 10, 2014
2 parents 5a6dad0 + 8295af5 commit 15b5051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog

4.2.4.0 (not yet released)
- bug #4449 Mediawiki export does not produce table header row; also fix related PHP warnings
- bug #4442 New lines are added to query every time

4.2.3.0 (2014-06-08)
- bug #4423 Moving fields not working
Expand Down
2 changes: 1 addition & 1 deletion js/functions.js
Expand Up @@ -1380,7 +1380,7 @@ AJAX.registerOnload('functions.js', function () {
}

var $form = $(this).prev('form');
var sql_query = $form.find("input[name='sql_query']").val();
var sql_query = $form.find("input[name='sql_query']").val().trim();
var $inner_sql = $(this).parent().prev().find('code.sql');
var old_text = $inner_sql.html();

Expand Down

0 comments on commit 15b5051

Please sign in to comment.