This topic is locked

Permanently change number of digits after comma in PHPRunner

5/12/2009 1:33:40 PM
PHPRunner Tips and Tricks
Sergey Kornilov admin
  1. Open C:\Program Files\PHPRunnerX.X\source\include\locale.php file in any text editor
  2. Find the following code snippet:

    locale_info##;



  3. Add the following line right after it:
    $locale_info["LOCALE_IDIGITS"]="5";