Changeset 522 for trunk/index.php


Ignore:
Timestamp:
Feb 18, 2013, 11:17:37 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Korekce zobrazení aktualit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r511 r522  
    1111    ' FROM `News` JOIN `User` ON `User`.`ID` = `News`.`User` ORDER BY `Time` DESC LIMIT 10');
    1212  while($DbRow = $DbResult->fetch_assoc())
    13     $Output .= '<div><strong>'.$DbRow['Title'].' ('.HumanDate($DbRow['Time']).')</strong> <br />'.$DbRow['Text'].'</div>'; 
     13    $Output .= '<div><strong>'.$DbRow['Title'].' ('.HumanDate($DbRow['Time']).')</strong> <br />'.$DbRow['Text'].' ('.$DbRow['Name'].')</div>'; 
    1414  $Output .= '<a href="action.php?action=news">Všechny zprávy</a>';
    1515  $Output .= '</div>';
Note: See TracChangeset for help on using the changeset viewer.