Wrong link title.

This commit is contained in:
Alexander M. Turek
2003-02-11 13:21:03 +00:00
parent 21c0831516
commit 9ab6a7b35a
2 changed files with 5 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ if (count($statistics) > 0) {
. ' </td>' . "\n";
}
echo ' <td bgcolor="' . ($useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']) . '">' . "\n"
. ' <a href="./server_databases.php3?' . $url_query . '&amp;dbstats=' . (empty($dbstats) ? '0' : '1') . '&amp;checkprivs=' . urlencode($current['db_name']) . '" title="' . sprintf($strDropDB, htmlspecialchars($current['db_name'])) . '">'. "\n"
. ' <a href="./server_databases.php3?' . $url_query . '&amp;dbstats=' . (empty($dbstats) ? '0' : '1') . '&amp;checkprivs=' . urlencode($current['db_name']) . '" title="' . sprintf($strCheckPrivsLong, htmlspecialchars($current['db_name'])) . '">'. "\n"
. ' ' . $strCheckPrivs . "\n"
. ' </a>' . "\n"
. ' </td>' . "\n"
@@ -337,7 +337,7 @@ if (count($statistics) > 0) {
. ' </a>' . "\n"
. ' </b>' . "\n";
}
echo ' </li><br />' . "\n"
echo ' </li><br /><br />' . "\n"
. ' <li>' . "\n"
. ' <b>' . "\n"
. ' ' . $strDropSelectedDatabases . "\n"