Ignore:
Timestamp:
Aug 25, 2015, 10:52:51 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Allow to disable google translate as this service is not usable for offline development.
  • Modified: Translated rest of ReadMe file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r817 r836  
    489489        }// else $line = '['.$line.']';
    490490        //if($line != '') echo(htmlspecialchars(str_repeat(' ',$nn).$line."\n"));
     491        if($nn < 0) $nn = 0;
    491492        if($line != '') $out .= (str_repeat(' ', $nn).$line."\n");
    492493        $s = substr($s, $end + 1, strlen($s));
Note: See TracChangeset for help on using the changeset viewer.