array to string conversion

This commit is contained in:
Marc Delisle
2006-02-04 16:09:40 +00:00
parent 8032bb0a2f
commit 617c2b4a03
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ $Source$
2006-02-04 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Config.class.php: bug #1409770 auto-detection and dirname on
Windows, thanks to Alex - nixniemand
* libraries/mult_submits.inc.php: array to string conversion
* libraries/mult_submits.inc.php, server_databases.php: array to string
conversion
2006-01-31 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: bug #1412058, damaged table reporting

View File

@@ -75,7 +75,7 @@ if (isset($drop_selected_dbs_x)) {
}
if ((!empty($drop_selected_dbs) || isset($query_type)) && ($is_superuser || $cfg['AllowUserDropDatabase'])) {
if ((! isset($selected_db) || ! strlen($selected_db)) && ! (isset($query_type) && !empty($selected))) {
if (! isset($selected_db) && ! isset($query_type)) {
$message = $strNoDatabasesSelected;
} else {
$action = 'server_databases.php';