Add another link to documentation

This commit is contained in:
Michal Čihař
2011-01-28 09:36:36 +01:00
parent d50215684a
commit 311fd3b7cb

View File

@@ -605,7 +605,9 @@ foreach ($sections as $section_name => $section) {
<h3 id="serverstatusqueries"><?php echo <h3 id="serverstatusqueries"><?php echo
sprintf(__('<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'), sprintf(__('<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'),
PMA_formatNumber($server_status['Questions'], 0)); ?></h3> PMA_formatNumber($server_status['Questions'], 0));
echo PMA_showMySQLDocu('server-status-variables', 'server-status-variables', false, 'statvar_Questions');
?></h3>
<table id="serverstatusqueriessummary" class="data"> <table id="serverstatusqueriessummary" class="data">
<thead> <thead>