mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
MongoDB: Fix num_rows
This commit is contained in:
@@ -58,7 +58,7 @@ if (isset($_GET["mongo"])) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->num_rows = $result->count;
|
$this->num_rows = count($this->_rows);
|
||||||
}
|
}
|
||||||
|
|
||||||
function fetch_assoc() {
|
function fetch_assoc() {
|
||||||
|
Reference in New Issue
Block a user