1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 17:44:07 +02:00

Fix PHP 7.3 compatibility (#318)

This commit is contained in:
Tim Düsterhus
2018-12-18 16:17:21 +01:00
committed by Jakub Vrána
parent a623cd69de
commit a2fbcbe28e

View File

@@ -526,7 +526,7 @@ if (isset($_GET["mongo"])) {
$op = '$regex'; $op = '$regex';
break; break;
default: default:
continue; continue 2;
} }
if ($type == 'and') { if ($type == 'and') {
$data['$and'][] = array($col => array($op => $val)); $data['$and'][] = array($col => array($op => $val));