diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 6a041d111c..1649a8d149 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -1678,7 +1678,7 @@ function PMA_getHtmlTableBodyForSpecificDbPrivs($found, $row, $odd_row, /** * Define some standard links - * $link_edit, $link_revoke, $link_export, $link_export_all + * $link_edit, $link_revoke, $link_export * * @param string $conditional_class if ajaxable 'Ajax' otherwise '' * @@ -1719,17 +1719,7 @@ function PMA_getStandardLinks($conditional_class) . $common_functions->getIcon('b_tblexport.png', __('Export')) . ''; - $link_export_all = '' - . $common_functions->getIcon('b_tblexport.png', __('Export all')) - . ''; - - return array($link_edit, $link_revoke, $link_export, $link_export_all); + return array($link_edit, $link_revoke, $link_export); } /** @@ -2267,12 +2257,11 @@ function PMA_displayTablesInEditPrivs($dbname, $found_rows) * @param string $text_dir text directory * @param string $conditional_class if ajaxable 'Ajax' otherwise '' * @param string $link_export standard link to export privileges - * @param string $link_export_all standard link to export all privilegfes * * @return string HTML snippet */ function PMA_getUsersOverview($result, $db_rights, $link_edit, $pmaThemeImage, - $text_dir, $conditional_class, $link_export, $link_export_all + $text_dir, $conditional_class, $link_export ) { $common_functions = PMA_CommonFunctions::getInstance(); @@ -2308,8 +2297,7 @@ function PMA_getUsersOverview($result, $db_rights, $link_edit, $pmaThemeImage, $html_output .= '' . '' . "\n"; - $html_output .='