mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Non-MySQL: Better field types in SQL command
This commit is contained in:
@@ -139,7 +139,7 @@ if (isset($_GET["imap"])) {
|
||||
function fetch_field() {
|
||||
$field = current($this->fields);
|
||||
next($this->fields);
|
||||
return ($field != '' ? (object) array('name' => $field, 'type' => 0, 'charsetnr' => 0) : false);
|
||||
return ($field != '' ? (object) array('name' => $field, 'type' => 15, 'charsetnr' => 0) : false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user