mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Fix typo
This commit is contained in:
@@ -425,7 +425,7 @@ if (isset($_GET["mongo"])) {
|
|||||||
$this->_charset[$key] = 63;
|
$this->_charset[$key] = 63;
|
||||||
}
|
}
|
||||||
$row[$key] =
|
$row[$key] =
|
||||||
(is_a($val, 'MongoId') ? "ObjectId(\"$va\")" :
|
(is_a($val, 'MongoId') ? "ObjectId(\"$val\")" :
|
||||||
(is_a($val, 'MongoDate') ? gmdate("Y-m-d H:i:s", $val->sec) . " GMT" :
|
(is_a($val, 'MongoDate') ? gmdate("Y-m-d H:i:s", $val->sec) . " GMT" :
|
||||||
(is_a($val, 'MongoBinData') ? $val->bin : //! allow downloading
|
(is_a($val, 'MongoBinData') ? $val->bin : //! allow downloading
|
||||||
(is_a($val, 'MongoRegex') ? "$val" :
|
(is_a($val, 'MongoRegex') ? "$val" :
|
||||||
|
Reference in New Issue
Block a user