diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php
index 65ed5974b2..3e04c59a3b 100644
--- a/libraries/operations.lib.php
+++ b/libraries/operations.lib.php
@@ -252,11 +252,7 @@ function PMA_getHtmlForCopyDatabase($db)
. '" disabled/>';
}
$html_output .= '
';
}
@@ -886,11 +882,7 @@ function PMA_getHtmlForMoveTable()
. '" disabled/>';
}
$html_output .= '
';
}
@@ -984,13 +976,8 @@ function PMA_getHtmlForRenameTable()
. '" disabled/>';
}
$html_output .= '';
-=======
- . __('Adjust Privileges') . ' '
. PMA\libraries\Util::showDocu('faq', 'faq6-39') . '';
->>>>>>> Set namespace on Advisor, Config, Console and Util classes.
}
$html_output .= '';
@@ -1343,11 +1330,7 @@ function PMA_getHtmlForCopytable()
. '" disabled/>';
}
$html_output .= '
';
}