mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Notices: Declare properties in fetch_field()
This commit is contained in:
@@ -70,7 +70,7 @@ if (isset($_GET["sqlite"])) {
|
||||
|
||||
function fetch_field() {
|
||||
$column = $this->offset++;
|
||||
$type = $this->result->columnType($column);
|
||||
$type = $this->result->columnType($column); //! map to MySQL numbers
|
||||
return (object) array(
|
||||
"name" => $this->result->columnName($column),
|
||||
"type" => $type,
|
||||
|
Reference in New Issue
Block a user