mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Notices: Declare properties in fetch_field()
This commit is contained in:
@@ -102,9 +102,8 @@ if (isset($_GET["firebird"])) {
|
||||
$field = ibase_field_info($this->result, $this->offset++);
|
||||
return (object) array(
|
||||
'name' => $field['name'],
|
||||
'orgname' => $field['name'],
|
||||
'type' => $field['type'],
|
||||
'charsetnr' => $field['length'],
|
||||
'type' => $field['type'], //! map to MySQL numbers
|
||||
'charsetnr' => 0,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user