Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 25, 2012
1 parent 1121134 commit 0c1e1b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions libraries/common.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
{
Expand Down

0 comments on commit 0c1e1b7

Please sign in to comment.