typo
This commit is contained in:
@@ -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'])) {
|
||||
|
Reference in New Issue
Block a user