Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Sep 11, 2015
1 parent 10863f9 commit a0927dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libraries/Menu.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ private function _getServerTabs()
$is_superuser = $GLOBALS['dbi']->isSuperuser();
$isCreateOrGrantUser = $GLOBALS['dbi']->isUserType('grant')
|| $GLOBALS['dbi']->isUserType('create');
$binary_logs = null;
if (PMA_Util::cacheExists('binary_logs')) {
$binary_logs = PMA_Util::cacheGet('binary_logs');
} else {
Expand Down
1 change: 0 additions & 1 deletion libraries/Util.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,6 @@ public static function getMessage(
if (! empty($cfg['SQLQuery']['ShowAsPHP']) && ! $query_too_big) {

if (! empty($GLOBALS['show_as_php'])) {
$_message = __('Without PHP Code');
$php_link = ' ['
. self::linkOrButton(
'import.php' . PMA_URL_getCommon($url_params),
Expand Down

0 comments on commit a0927dc

Please sign in to comment.