hardcoded string

This commit is contained in:
Marc Delisle
2002-12-28 12:16:15 +00:00
parent 5ff964547d
commit d6b85969a8

View File

@@ -64,7 +64,7 @@ function PMA_tableGrants(&$host_db_result, $dbcheck = FALSE) {
echo ' <th>' . UCFirst($GLOBALS['strTable']) . '</th>' . "\n"; echo ' <th>' . UCFirst($GLOBALS['strTable']) . '</th>' . "\n";
echo ' <th>' . $GLOBALS['strPrivileges'] . '</th>' . "\n"; echo ' <th>' . $GLOBALS['strPrivileges'] . '</th>' . "\n";
if (!$dbcheck) { if (!$dbcheck) {
echo ' <th>Grant Option</th>' . "\n"; echo ' <th>' . $GLOBALS['strGrantOption'] . '</th>' . "\n";
} }
?> ?>
</tr> </tr>