1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 10:04:07 +02:00

Add comment

This commit is contained in:
Jakub Vrana
2025-03-26 10:25:13 +01:00
parent c5f87110ff
commit 6e7158537f
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ if ($_POST["save"]) {
}
}
if (!support("table") && !$fields) {
if (!support("table") && !$fields) { // used by Mongo and SimpleDB
if (!$where) { // insert
$result = $driver->select($TABLE, array("*"), $where, array("*"));
$row = ($result ? $result->fetch_assoc() : false);