Use standard way for linking documentation.

This commit is contained in:
Michal Čihař
2010-05-05 16:24:02 +02:00
parent 0a632379c6
commit 149c75f91f

View File

@@ -1936,8 +1936,8 @@ function PMA_checkParameters($params, $die = true, $request = true)
if (!isset($GLOBALS[$param])) { if (!isset($GLOBALS[$param])) {
$error_message .= $reported_script_name $error_message .= $reported_script_name
. ': Missing parameter: ' . $param . ': Missing parameter: ' . $param
. ' <a href="./Documentation.html#faqmissingparameters"' . PMA_showDocu('faqmissingparameters')
. ' target="documentation"> (FAQ 2.8)</a><br />'; . '<br />';
$found_error = true; $found_error = true;
} }
} }