Skip to content

Commit

Permalink
Round 9.2 to 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Feb 8, 2018
1 parent e299e9d commit 4b1960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminer/include/bootstrap.inc.php
Expand Up @@ -57,7 +57,7 @@
}
@set_time_limit(0); // @ - can be disabled
@ini_set("zend.ze1_compatibility_mode", false); // @ - deprecated
@ini_set("precision", 16); // @ - can be disabled, 16 - internal PHP precision
@ini_set("precision", 15); // @ - can be disabled, 15 - internal PHP precision

include "../adminer/include/lang.inc.php";
include "../adminer/lang/$LANG.inc.php";
Expand Down

0 comments on commit 4b1960f

Please sign in to comment.