Changeset 131 for devel/www/chat/history.php
- Timestamp:
- Jan 5, 2009, 7:40:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/chat/history.php
r98 r131 60 60 } 61 61 $Output .= '</span></div>'; 62 } else $Output .= '<span><a href="?month='.$Month.'">'.$MonthNames[$Month].'</a></span> '; 62 } else $Output .= '<span><a href="?month='.$Month.'">'.$MonthNames[$Month].'</a></span> '; 63 63 } 64 64 $Output .='</div></div>'; … … 66 66 } 67 67 $Output .= '</div><div></div>'; 68 68 69 69 $DbResult = $this->Database->select('ChatHistory', 'Nick, Color, Text, UNIX_TIMESTAMP(Time)', "RoomType = 0 AND Time > '".$Date." 00:00:00' AND Time < '".$Date." 23:59:59' ORDER BY Time DESC"); 70 70 $Output .= '<div class="ChatHistoryText">';
Note:
See TracChangeset
for help on using the changeset viewer.