Changeset 836 for trunk/includes


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.
Location:
trunk/includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r835 r836  
    66// and system will need database update.
    77
    8 $Revision = 835; // Subversion revision
     8$Revision = 836; // Subversion revision
    99$DatabaseRevision = 811; // Database structure revision
    10 $ReleaseTime = '2015-08-24';
     10$ReleaseTime = '2015-08-25';
  • trunk/includes/global.php

    r831 r836  
    188188  $data = str_replace('$b $b', '$b$b', $data);
    189189  $data = str_replace('| ', '|', $data);
     190
     191  $data = strip_tags($data);
    190192
    191193  return($data);
  • 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.