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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user