Changeset 681
- Timestamp:
- Jul 30, 2014, 9:48:12 PM (11 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Modules/Log/Log.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Modules/Log/Log.phpr671 r681 76 76 while($Line = $DbResult->fetch_assoc()) 77 77 { 78 $Line['Value'] = preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $Line['Value']); 78 79 $Line['Value'] = htmlspecialchars($Line['Value']); 79 80 $Line['Value'] = str_replace("\n", '<br>', $Line['Value']); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
