From: Jakub Vrana Date: Tue, 6 Feb 2018 14:52:48 +0000 (+0100) Subject: Add missing function to compile.php X-Git-Tag: v4.6.1~36 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=4417a8b22086dedbf928b9e0e5afb30c5416341f;p=adminer.git Add missing function to compile.php --- diff --git a/compile.php b/compile.php index 9785abff..4496047b 100755 --- a/compile.php +++ b/compile.php @@ -304,6 +304,10 @@ function min_version() { return true; } +function number_type() { + return ''; +} + $project = "adminer"; if ($_SERVER["argv"][1] == "editor") { $project = "editor";