Remove doubled spaces

This commit is contained in:
Jakub Vrana
2025-04-08 13:36:26 +02:00
parent 6da8bb670a
commit b489cec651
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {