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

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-03-21 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php3: typo
2003-03-21 Michal Cihar <nijel@users.sourceforge.net>
* ldi_check.php3: Use $sql_query instead of $query to put query correctly
to sql.php3.

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&nbsp;TEMPORARAY&nbsp;TABLES', $GLOBALS['strPrivDescCreateTmpTable']);
$privTable[1][] = array('Create_tmp_table', 'CREATE&nbsp;TEMPORARY&nbsp;TABLES', $GLOBALS['strPrivDescCreateTmpTable']);
}
$privTable[2] = array();
if (isset($row['Grant_priv'])) {