mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 06:37:33 +02:00
PostgreSQL: Unuse deleted fetch_field
This commit is contained in:
@@ -77,7 +77,7 @@ function put_file($match) {
|
||||
}
|
||||
}
|
||||
}
|
||||
unset($functions["__construct"], $functions["__destruct"], $functions["set_charset"], $functions["fetch_column"]);
|
||||
unset($functions["__construct"], $functions["__destruct"], $functions["set_charset"]);
|
||||
foreach ($functions as $val) {
|
||||
if (!strpos($return, "$val(")) {
|
||||
fprintf(STDERR, "Missing $val in $vendor\n");
|
||||
|
Reference in New Issue
Block a user