Changeset 836 for trunk/includes
- Timestamp:
- Aug 25, 2015, 10:52:51 PM (9 years ago)
- Location:
- trunk/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r835 r836 6 6 // and system will need database update. 7 7 8 $Revision = 83 5; // Subversion revision8 $Revision = 836; // Subversion revision 9 9 $DatabaseRevision = 811; // Database structure revision 10 $ReleaseTime = '2015-08-2 4';10 $ReleaseTime = '2015-08-25'; -
trunk/includes/global.php
r831 r836 188 188 $data = str_replace('$b $b', '$b$b', $data); 189 189 $data = str_replace('| ', '|', $data); 190 191 $data = strip_tags($data); 190 192 191 193 return($data); -
trunk/includes/system.php
r817 r836 489 489 }// else $line = '['.$line.']'; 490 490 //if($line != '') echo(htmlspecialchars(str_repeat(' ',$nn).$line."\n")); 491 if($nn < 0) $nn = 0; 491 492 if($line != '') $out .= (str_repeat(' ', $nn).$line."\n"); 492 493 $s = substr($s, $end + 1, strlen($s));
Note:
See TracChangeset
for help on using the changeset viewer.