mirror of
https://github.com/vrana/adminer.git
synced 2026-03-03 19:11:30 +01:00
Make root namespace explicit
This commit is contained in:
@@ -132,7 +132,7 @@ if (isset($_GET["pgsql"])) {
|
||||
|
||||
function fetch_field() {
|
||||
$column = $this->_offset++;
|
||||
$return = new stdClass;
|
||||
$return = new \stdClass;
|
||||
if (function_exists('pg_field_table')) {
|
||||
$return->orgtable = pg_field_table($this->_result, $column);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user