Show SQL query when adding a user.

This commit is contained in:
Alexander M. Turek
2003-03-27 21:57:40 +00:00
parent e7e81baf09
commit 101ee38649
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,9 @@ $Id$
$Source$
2003-03-27 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3, lang/*.inc.php3: Fixed bug #708292 (Support for
host-based privileges).
* server_privileges.php3, lang/*.inc.php3:
- Fixed bug #708292 (Support for host-based privileges).
- Show SQL query when adding a user.
* server_processlist.php3, lang/*.inc.php3: Feature #707495
(SHOW FULL PROCESSLIST).
* lang/german-*.inc.php3: Updates.

View File

@@ -647,7 +647,6 @@ if (!empty($adduser_submit) || !empty($change_copy)) {
} else {
$queries[] = $sql_query;
}
unset($sql_query);
unset($real_sql_query);
} else {
$privileges = PMA_extractPrivInfo();