patch #2550323 [XHTML] in server_databases.php

This commit is contained in:
Marc Delisle
2009-02-12 11:21:24 +00:00
parent 1a145809a2
commit 6dc13978b6
2 changed files with 2 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ if ($databases_count > 0) {
}
echo ' <td class="name">' . "\n"
. ' <a onclick="'
. 'if (window.parent.openDb && window.parent.openDb(\'' . PMA_jsFormat($current['SCHEMA_NAME'], false) . '\')) return false;'
. 'if (window.parent.openDb &amp;&amp; window.parent.openDb(\'' . PMA_jsFormat($current['SCHEMA_NAME'], false) . '\')) return false;'
. '" href="index.php?' . $url_query . '&amp;db='
. urlencode($current['SCHEMA_NAME']) . '" title="'
. sprintf($strJumpToDB, htmlspecialchars($current['SCHEMA_NAME']))