From 0c1e1b752fe5636b8ac090b765c48775716f4c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 25 Apr 2012 14:47:47 +0200 Subject: [PATCH] Update docs --- libraries/common.lib.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index c950b90033..36631ff126 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -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') {