Ignore:
Timestamp:
Apr 15, 2010, 6:45:17 AM (15 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/includes/global.php

    r462 r465  
    4848  $DbResult = $System->Database->query('SELECT * FROM `ShoutBox` ORDER BY `ID` DESC LIMIT 30');
    4949  while($Line = $DbResult->fetch_assoc())
    50     echo('<tr><td><strong>'.$Line['User'].'</strong>: '.htmlspecialchars($Line['Text']).'</td></tr>');
     50    echo('<tr><td><strong>'.$Line['User'].'</strong>: '.MakeActiveLinks(htmlspecialchars($Line['Text'])).'</td></tr>');
    5151  echo('</table></div>');
    5252}
Note: See TracChangeset for help on using the changeset viewer.