Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-04-12 16:49:52 +02:00
commit 9950c800b4

View File

@ -1986,7 +1986,7 @@ function PMA_getHtmlForActionsInTableStructure($type, $tbl_storage_engine,
);
$html_output .= PMA_getHtmlForActionRowInStructureTable(
$type, $tbl_storage_engine,
'add_index index nowrap', false, false, $url_query,
'add_index nowrap', false, false, $url_query,
$primary, 'ADD INDEX', __('An index has been added on %s.'),
'Index', $titles, $row, false
);