Support ShowTooltip config directive having a value of false

This commit is contained in:
Marc Delisle 2012-12-11 08:19:14 -05:00
parent b0a6275f87
commit 7c388f56b2

View File

@ -923,6 +923,8 @@ class PMA_NavigationTree
if ($title) {
$title = " title='" . htmlentities($title, ENT_QUOTES) . "'";
}
} else {
$title = '';
}
$retval .= "<a$linkClass$title href='$link'>";
$retval .= htmlspecialchars($node->real_name);