Changeset 500 for trunk/aktuality/news.php
- Timestamp:
- Mar 10, 2013, 10:08:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aktuality/news.php
r452 r500 56 56 $Output .= '</div></div><div class="Content">'; 57 57 $DbResult = $Database->query('SELECT `News`.*, `User`.`Name` FROM `News` LEFT JOIN `User` ON `User`.`Id`=`News`.`User` WHERE (`News`.`Category`='.$Category.') AND (DATE_SUB(NOW(), INTERVAL '.$DaysAgo.' DAY) < `News`.`Date`) ORDER BY `News`.`Date` DESC LIMIT 0,'.$ItemCount); 58 //echo($Database->error.'<br />');59 //echo($Database->LastQuery.'<br />');60 58 //echo('<table cellpadding="0" cellspacing="0" width="100%"><tr><td>'); 61 59 $Index = 0; … … 192 190 foreach($Setting as $Index => $Item) 193 191 $Setting[$Index]['Index'] = $Index + 1; 194 // print_r($Setting);195 192 196 193 // Store new cookie value
Note:
See TracChangeset
for help on using the changeset viewer.