patch #2550323 [XHTML] in server_databases.php

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

View File

@@ -212,7 +212,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']))