1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-05 22:27:24 +02:00

Compile: fetch_column() is used only internally

This commit is contained in:
Jakub Vrana
2025-03-17 06:38:16 +01:00
parent a684044bb3
commit 2bb74e7467

View File

@@ -74,7 +74,7 @@ function put_file($match) {
}
}
}
unset($functions["__construct"], $functions["__destruct"], $functions["set_charset"]);
unset($functions["__construct"], $functions["__destruct"], $functions["set_charset"], $functions["fetch_column"]);
foreach ($functions as $val) {
if (!strpos($return, "$val(")) {
fprintf(STDERR, "Missing $val in $vendor\n");