Permanently change number of digits after comma in PHPRunner
|
5/12/2009 1:33:40 PM
|
PHPRunner Tips and Tricks
|
Sergey Kornilov admin
- Open C:\Program Files\PHPRunnerX.X\source\include\locale.php file in any text editor
- Find the following code snippet:
locale_info##;
- Add the following line right after it:
$locale_info["LOCALE_IDIGITS"]="5";
|
|