patch #2067462 [lang] link FAQ references in messages

This commit is contained in:
Marc Delisle
2008-08-26 16:50:07 +00:00
parent a7fd8bc128
commit 179279f08e
4 changed files with 7 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ function PMA_TableHeader($db_is_information_schema = false)
.' ' . $GLOBALS['strAction'] . "\n"
.' </th>'
.' <th>' . $GLOBALS['strRecords']
.PMA_showHint($GLOBALS['strApproximateCount']) . "\n"
.PMA_showHint(PMA_sanitize($GLOBALS['strApproximateCount'])) . "\n"
.' </th>' . "\n";
if (!($GLOBALS['cfg']['PropertiesNumColumns'] > 1)) {
echo ' <th>' . $GLOBALS['strType'] . '</th>' . "\n";