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:
committed by
Jakub Vrána
parent
a623cd69de
commit
a2fbcbe28e
@@ -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));
|
||||||
|
Reference in New Issue
Block a user