This commit is contained in:
Marc Delisle
2001-07-01 22:57:48 +00:00
parent 790ef4bfb2
commit bab6b070c0
24 changed files with 6 additions and 29 deletions

View File

@@ -339,7 +339,7 @@ function table_grants_header($dbcheck = false) {
global $strAction;
global $strHost, $strUser, $strDatabase, $strColumn;
global $strTable, $strPrivileges, $strGrantOption;
global $strTable, $strPrivileges;
echo "<table border=$cfgBorder>\n<tr>";
@@ -352,9 +352,9 @@ function table_grants_header($dbcheck = false) {
}
echo "<th>$strDatabase</th>";
echo "<th>$strTable</th>";
echo "<th>" . UCFirst($strTable) . "</th>";
echo "<th>$strPrivileges</th>";
if (!$dbcheck) echo "<th>$strGrantOption</th>";
if (!$dbcheck) echo "<th>Grant Option</th>";
echo "</tr>\n";
}