Fix typo in function name

This commit is contained in:
Michal Čihař 2012-05-23 14:05:25 +02:00
parent ec0383d768
commit 0d2395ff8e

View File

@ -399,7 +399,7 @@ function PMA_getTableNavigation($pos_next, $pos_prev, $sql_query,
&& ($_SESSION['tmp_user_values']['max_rows'] != 'all')
) {
$table_navigation_html .= PMA_getMoveFarwardButtonsForTableNavigation(
$table_navigation_html .= PMA_getMoveForwardButtonsForTableNavigation(
$html_sql_query, $pos_next, $is_innodb,
$unlim_num_rows, $num_rows
);
@ -528,7 +528,7 @@ function PMA_getShowAllButtonForTableNavigation($db, $table, $html_sql_query, $g
*
* @see PMA_getTableNavigation()
*/
function PMA_getMoveFarwardButtonsForTableNavigation(
function PMA_getMoveForwardButtonsForTableNavigation(
$html_sql_query, $pos_next, $is_innodb, $unlim_num_rows, $num_rows
) {