typo
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-03-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* server_privileges.php3: typo
|
||||||
|
|
||||||
2003-03-21 Michal Cihar <nijel@users.sourceforge.net>
|
2003-03-21 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* ldi_check.php3: Use $sql_query instead of $query to put query correctly
|
* ldi_check.php3: Use $sql_query instead of $query to put query correctly
|
||||||
to sql.php3.
|
to sql.php3.
|
||||||
|
@@ -352,7 +352,7 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent =
|
|||||||
array('Drop', 'DROP', ($table == '*' ? $GLOBALS['strPrivDescDropDb'] : $GLOBALS['strPrivDescDropTbl']))
|
array('Drop', 'DROP', ($table == '*' ? $GLOBALS['strPrivDescDropDb'] : $GLOBALS['strPrivDescDropTbl']))
|
||||||
);
|
);
|
||||||
if (isset($row['Create_tmp_table_priv'])) {
|
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();
|
$privTable[2] = array();
|
||||||
if (isset($row['Grant_priv'])) {
|
if (isset($row['Grant_priv'])) {
|
||||||
|
Reference in New Issue
Block a user