Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-02-01 07:08:20 +01:00
commit 9403be6983

View File

@ -2401,7 +2401,7 @@ function PMA_getHtmlForDisplayTableStats($showtable, $table_info_num_rows,
*/
function PMA_displayHtmlForColumnChange($db, $table, $selected, $action)
{
// $selected comes from multi_submits.inc.php
// $selected comes from mult_submits.inc.php
if (empty($selected)) {
$selected[] = $_REQUEST['field'];
$selected_cnt = 1;