From 0d2395ff8edfc02f81dcdaad765df3c42cedc133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 23 May 2012 14:05:25 +0200 Subject: [PATCH] Fix typo in function name --- libraries/display_tbl.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index cb043c9e38..78c30f01dd 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -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 ) {