Changeset 465 for trunk/action.php
- Timestamp:
- Apr 15, 2010, 6:45:17 AM (16 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/action.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/action.phpr460 r465 236 236 $DbResult = $System->Database->query('SELECT * FROM `ShoutBox` ORDER BY `ID` DESC '.$PageList['SQLLimit']); 237 237 while($Line = $DbResult->fetch_assoc()) 238 echo('<div><strong>'.$Line['User'].'</strong>: '. htmlspecialchars($Line['Text']).'</div>');238 echo('<div><strong>'.$Line['User'].'</strong>: '.MakeActiveLinks(htmlspecialchars($Line['Text'])).'</div>'); 239 239 echo('</div>'); 240 240 echo($PageList['Output']); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
