Changeset 465 for trunk/action.php


Ignore:
Timestamp:
Apr 15, 2010, 6:45:17 AM (14 years ago)
Author:
george
Message:
  • Upraveno: V shoutboxu převádět textové html odkazy na aktivní.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/action.php

    r460 r465  
    236236  $DbResult = $System->Database->query('SELECT * FROM `ShoutBox` ORDER BY `ID` DESC '.$PageList['SQLLimit']);
    237237  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>');
    239239  echo('</div>');
    240240  echo($PageList['Output']);
Note: See TracChangeset for help on using the changeset viewer.