Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-04-25 14:48:48 +02:00
commit 96025ccbc5

View File

@ -387,13 +387,15 @@ function PMA_formatSql($parsed_sql, $unparsed_sql = '')
/**
* Displays a link to the documentation
* Displays a link to the documentation either as icon or
* as text depending on ReplaceHelpImg
*
* @param string $url documentation link
* @param string $link documentation link
* @param string $target optional link target
*
* @return string the html link
* @return string the html link
*
* @access public
* @access public
*/
function PMA_showDocLink($link, $target = 'documentation')
{