Documentation links are displayed in their own window

This commit is contained in:
Loïc Chapeaux
2001-07-08 20:49:38 +00:00
parent f00d377711
commit 94fcbbe3e5

View File

@@ -739,7 +739,7 @@ function show_docu($link) {
global $cfgManualBase, $strDocu;
if(!empty($cfgManualBase))
return("[<a href=\"$cfgManualBase/$link\">$strDocu</a>]");
return("[<a href=\"$cfgManualBase/$link\" target=\"mysql_doc\">$strDocu</a>]");
}
function show_message($message) {