Changeset 427 for trunk/includes/global.php
- Timestamp:
- Apr 8, 2010, 7:46:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r418 r427 47 47 echo(' <a href="'.$System->Link('/action.php?action=shoutbox').'">Vložit</a>'); 48 48 echo('<div class="box"><table>'); 49 $ID = $Database->SQLCommand('SELECT * FROM `ShoutBox` ORDER BY `ID` DESC LIMIT 20');49 $ID = $Database->SQLCommand('SELECT * FROM `ShoutBox` ORDER BY `ID` DESC LIMIT 30'); 50 50 while($Line = mysql_fetch_assoc($ID)) 51 51 echo('<tr><td><strong>'.$Line['User'].'</strong>: '.htmlspecialchars($Line['Text']).'</td></tr>');
Note:
See TracChangeset
for help on using the changeset viewer.