' . "\n" . ($cfg['MainPageIconic'] ? '' : '' ) . $strProcesslist . "\n" . '' . "\n"; /** * Sends the query and buffers the result */ $sql_query = 'SHOW' . ( empty( $full ) ? '' : ' FULL' ) . ' PROCESSLIST'; $serverProcesses = PMA_DBI_fetch_result( $sql_query ); PMA_showMessage( $GLOBALS['strSuccess'] ); /** * Displays the page */ ?>
<?php echo empty($full) ? $strShowFullQueries : $strTruncateQueries; ?>
' . $strNone . '' : $process['db']); ?>