This commit is contained in:
Marc Delisle
2003-03-21 12:55:08 +00:00
parent 1d73faabe6
commit e978eeede8
2 changed files with 4 additions and 1 deletions

View File

@@ -352,7 +352,7 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent =
array('Drop', 'DROP', ($table == '*' ? $GLOBALS['strPrivDescDropDb'] : $GLOBALS['strPrivDescDropTbl']))
);
if (isset($row['Create_tmp_table_priv'])) {
$privTable[1][] = array('Create_tmp_table', 'CREATE TEMPORARAY TABLES', $GLOBALS['strPrivDescCreateTmpTable']);
$privTable[1][] = array('Create_tmp_table', 'CREATE TEMPORARY TABLES', $GLOBALS['strPrivDescCreateTmpTable']);
}
$privTable[2] = array();
if (isset($row['Grant_priv'])) {