]> git.joonet.de Git - adminer.git/commitdiff
Add missing function to compile.php
authorJakub Vrana <jakub@vrana.cz>
Tue, 6 Feb 2018 14:52:48 +0000 (15:52 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 6 Feb 2018 14:52:48 +0000 (15:52 +0100)
compile.php

index 9785abff615e860db63bf66a6df1d40f1f648314..4496047bc998b87dfeb0f3f154f436cb6465a3db 100755 (executable)
@@ -304,6 +304,10 @@ function min_version() {
        return true;
 }
 
+function number_type() {
+       return '';
+}
+
 $project = "adminer";
 if ($_SERVER["argv"][1] == "editor") {
        $project = "editor";