array to string conversion
This commit is contained in:
@@ -8,7 +8,8 @@ $Source$
|
|||||||
2006-02-04 Marc Delisle <lem9@users.sourceforge.net>
|
2006-02-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/Config.class.php: bug #1409770 auto-detection and dirname on
|
* libraries/Config.class.php: bug #1409770 auto-detection and dirname on
|
||||||
Windows, thanks to Alex - nixniemand
|
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>
|
2006-01-31 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_details_structure.php: bug #1412058, damaged table reporting
|
* db_details_structure.php: bug #1412058, damaged table reporting
|
||||||
|
@@ -75,7 +75,7 @@ if (isset($drop_selected_dbs_x)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ((!empty($drop_selected_dbs) || isset($query_type)) && ($is_superuser || $cfg['AllowUserDropDatabase'])) {
|
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;
|
$message = $strNoDatabasesSelected;
|
||||||
} else {
|
} else {
|
||||||
$action = 'server_databases.php';
|
$action = 'server_databases.php';
|
||||||
|
Reference in New Issue
Block a user