mirror of
https://github.com/vrana/adminer.git
synced 2026-02-26 08:31:32 +01:00
Remove doubled spaces
This commit is contained in:
@@ -117,7 +117,7 @@ if (isset($_GET["imap"])) {
|
||||
function __construct($result) {
|
||||
$this->result = $result;
|
||||
$this->num_rows = count($result);
|
||||
$this->fields = array_keys(idx($result, 0, array()));
|
||||
$this->fields = array_keys(idx($result, 0, array()));
|
||||
}
|
||||
|
||||
function fetch_assoc() {
|
||||
|
||||
Reference in New Issue
Block a user