Documentation links are displayed in their own window
This commit is contained in:
@@ -739,7 +739,7 @@ function show_docu($link) {
|
|||||||
global $cfgManualBase, $strDocu;
|
global $cfgManualBase, $strDocu;
|
||||||
|
|
||||||
if(!empty($cfgManualBase))
|
if(!empty($cfgManualBase))
|
||||||
return("[<a href=\"$cfgManualBase/$link\">$strDocu</a>]");
|
return("[<a href=\"$cfgManualBase/$link\" target=\"mysql_doc\">$strDocu</a>]");
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_message($message) {
|
function show_message($message) {
|
||||||
|
Reference in New Issue
Block a user