display link to mysql help page for specific engine
This commit is contained in:
@@ -195,6 +195,7 @@ if ( empty($_REQUEST['engine'])
|
||||
? '<img class="icon" src="' . $pmaThemeImage . 'b_engine.png"'
|
||||
.' width="16" height="16" alt="" />' : '' )
|
||||
. ' ' . htmlspecialchars($engine_plugin->getTitle()) . "\n"
|
||||
. ' ' . PMA_showMySQLDocu( '', $engine_plugin->getMysqlHelpPage() ) . "\n"
|
||||
. '</h2>' . "\n\n";
|
||||
if (PMA_MYSQL_INT_VERSION >= 40102) {
|
||||
echo '<p>' . "\n"
|
||||
|
Reference in New Issue
Block a user